document.write( "Question 964084: positive integer is 11 more than 28 times another. Their product is 11420. Find the two integers \n" ); document.write( "
Algebra.Com's Answer #589024 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! Set x = the larger number \n" ); document.write( " y = the smaller number \n" ); document.write( "x = 11 + 28y \n" ); document.write( "x*y = 11420 \n" ); document.write( "substitute ( 11+28y ) for x\r \n" ); document.write( "\n" ); document.write( "( 11+28y )y =11420 \n" ); document.write( "11y + 28y^2 = 11420 \n" ); document.write( "28y^2 + 11y - 11420 = 0\r \n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Based upon solver solution above, y = 20 \n" ); document.write( "Since x*y = 11420, \n" ); document.write( "x = 11420/20 \n" ); document.write( "x = 571 \n" ); document.write( " |