document.write( "Question 992646: The sum of two integers is 368, and the larger number is 13 more than 4 times the smaller number. Find the two integers. \n" ); document.write( "
Algebra.Com's Answer #805282 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! x = larger number \n" ); document.write( "y = smaller number\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + y = 368 \n" ); document.write( "x = 4y + 13\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Substitute the second equation back into the first.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(4y + 13) + y = 368 \n" ); document.write( "5y + 13 = 368 \n" ); document.write( "5y = 355 \n" ); document.write( "y = 71\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are x = 297 and y = 71. \n" ); document.write( " |