document.write( "Question 1001219: Five times a number subtracted from 40 is the same as three times a number. Find the number \n" ); document.write( "
Algebra.Com's Answer #618450 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call the number, x. Then
\n" ); document.write( "40-5x=3x
\n" ); document.write( "Add 5x to both sides and get
\n" ); document.write( "40=8x
\n" ); document.write( "Now divide by 8 and get
\n" ); document.write( "x = 5
\n" ); document.write( "
\n" );