ܢ
The solution of the following equation given below is: * I
(1 Point)
ax+ b = 0
Answers
Answered by
1
Answer:
First follow me and second i shall give the answer
Answered by
1
Step-by-step explanation:
Description of the algorithm:
Start - our algorithm starts here.
We load input data - coefficients a and b of the equation.
We check if the coefficient of the equation is equal to 0.
If a = 0 we check if the coefficient b of equation equals 0.
b = 0 - we print information that the equation is an identity equation.
b ≠ 0 - we print information that the equation is a contradictory equation.
a ≠ 0 - we calculate the solution of the equation x = -b / a.
a ≠ 0 - we print the result (the previously calculated value of x).
Stop - the end of the algorithm common to all roads
Similar questions