document.write( "Question 741915: The larger of two positive integers is three more than the smaller. If twice the square of the smaller integer is increased by three times the larger integer, the result is 74. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #806399 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! x = y + 3 \n" ); document.write( "2y^2 + 3x = 74\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Substitute x = y + 3 into the second equation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2y^2 + 3(y + 3) = 74 \n" ); document.write( "2y^2 + 3y + 9 = 74 \n" ); document.write( "2y^2 + 3y - 65 = 0 \n" ); document.write( "(y - 5)(2y + 13) = 0 \n" ); document.write( "y = 5, y = -13/2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y is a positive integer, so the integers are (x, y) = (8, 5) \n" ); document.write( " |