document.write( "Question 1019092: A positive number is six times another, the difference between the two is 115. What is the number? \n" ); document.write( "
Algebra.Com's Answer #635093 by fractalier(6550) You can put this solution on YOUR website! Call the numbers x and y. We can write \n" ); document.write( "x = 6y and \n" ); document.write( "x - y = 115 \n" ); document.write( "Now substitute and get \n" ); document.write( "6y - y = 115 \n" ); document.write( "5y = 115 \n" ); document.write( "y = 23 \n" ); document.write( "x = 6(23) = 138 \n" ); document.write( "The number you want is 138. \n" ); document.write( " |