document.write( "Question 519594: the second of 2 numbers is 7 times the first. their sum is 32. find the numbers \n" ); document.write( "
Algebra.Com's Answer #345697 by oberobic(2304) ![]() You can put this solution on YOUR website! Two numbers: x and y. \n" ); document.write( "y = 7x \n" ); document.write( ". \n" ); document.write( "x + y = 32 \n" ); document.write( "so \n" ); document.write( "y = 32-x \n" ); document.write( ". \n" ); document.write( "substitute \n" ); document.write( ". \n" ); document.write( "7x = 32-x \n" ); document.write( "8x = 82 \n" ); document.write( "x = 4 \n" ); document.write( ". \n" ); document.write( "y = 32-4 = 28 \n" ); document.write( ". \n" ); document.write( "Is the second number 7 * first number? \n" ); document.write( "28 = 7(4) \n" ); document.write( "Correct. \n" ); document.write( ". \n" ); document.write( "Answer: The numbers are 4 and 28. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |