Question: Create an app that shows the 2 - step math required to solve a linear equation of the form ax + b = c .

Create an app that shows the 2-step math required to solve a linear equation of the form ax + b = c.
1. Get the values a, b, c from the user.
2. Display the equation.
3. Show the steps to solve it.
4. Ask the user if they would like to run again.
Solve any linear equation of the form: ax + b = c
Example :
Your equation: 3x +5=8
First step: 3x =3
Second step: x =1
Would you like to run again (y or n)?
EDIT: Hello, I got help on this problem already and it was helpful. The only issue that I have with this is that whenever the problem is a fraction or a decimal, it just says that x is =0 but I need it it so say a decimal (image included). For example I need it to say if 2x=1 then x=0.5. If I can get the additional code to get the program to turn problems like this into decimals that would be greatly appreciated. Thank You.
 Create an app that shows the 2-step math required to solve

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!