document.write( "Question 860007: one number is twenty eight more than three times another number. if each number were multiplied by four, their difference would be 232. what are the numbers? \n" ); document.write( "
Algebra.Com's Answer #806129 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! x = 3y + 28 \n" ); document.write( "4x - 4y = 232 ---> x - y = 58\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Substitute the first equation into the second equation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3y + 28 - y = 58 \n" ); document.write( "2y = 30 \n" ); document.write( "y = 15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The numbers are x = 73 and y = 15. \n" ); document.write( " |