document.write( "Question 518024: a number is divided by 7. Then 19 is added to the quotient. Next 8 is subtracted from the sum. The resulting number is the product of 9 times itself. What is the original number? \n" ); document.write( "
Algebra.Com's Answer #345020 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
a number is divided by 7. Then 19 is added to the quotient. Next 8 is subtracted from the sum. The resulting number is the product of 9 times itself. What is the original number?
\n" ); document.write( ":
\n" ); document.write( "\"n%2F7\" + 19 - 8 = 9^2
\n" ); document.write( ":
\n" ); document.write( "\"n%2F7\" + 11 = 81
\n" ); document.write( ":
\n" ); document.write( "\"n%2F7\" = 70
\n" ); document.write( ":
\n" ); document.write( "multiply both sides by 7
\n" ); document.write( "n = 7(70)
\n" ); document.write( ":
\n" ); document.write( "n = 490
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check in the original statement
\n" ); document.write( "\"490%2F7\" + 19 - 8 = 9^2
\n" ); document.write( "70 + 19 - 8 = 81
\n" ); document.write( "
\n" ); document.write( "
\n" );