document.write( "Question 997650: one positive number exceeds twice another number by 3 and the product of the two numbers is 44. Find the smaller number. \n" ); document.write( "
Algebra.Com's Answer #803134 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! x = smaller number \n" ); document.write( "y = larger number\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = 2x + 3 \n" ); document.write( "xy = 44\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Substitute.\r \n" ); document.write( "\n" ); document.write( "x(2x + 3) = 44 \n" ); document.write( "2x^2 + 3x - 44 = 0 \n" ); document.write( "(2x + 11)(x - 4) = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The numbers are positive, so smaller = 4 and larger = 11. \n" ); document.write( " |