document.write( "Question 660275: A number is multiplied by 4. Then 7 is added to the product. After subtractg 3, the result is 8. What is the number \n" ); document.write( "
Algebra.Com's Answer #411095 by ReadingBoosters(3246)\"\" \"About 
You can put this solution on YOUR website!
x = the number\r
\n" ); document.write( "\n" ); document.write( "(4x + 7) - 3 = 8
\n" ); document.write( "4x + 4 = 8
\n" ); document.write( "4x + 4 - 4 = 8 - 4
\n" ); document.write( "4x = 4
\n" ); document.write( "4x/4 = 4/4
\n" ); document.write( "x = 1\r
\n" ); document.write( "\n" ); document.write( "Proof
\n" ); document.write( "(4)(1) = 4 + 7 = 11 - 3 = 8
\n" ); document.write( "
\n" );