document.write( "Question 1013914: the sum of a number and one eighth of the number is 54. Find the number \n" ); document.write( "
Algebra.Com's Answer #630229 by fractalier(6550) You can put this solution on YOUR website! Call it x. Then we write \n" ); document.write( "x + (1/8)x = 54 \n" ); document.write( "(8/8)x + (1/8)x = 54 \n" ); document.write( "(9/8)x = 54 \n" ); document.write( "Multiply both sides by 8/9 and \n" ); document.write( "x = 48 \n" ); document.write( " |