document.write( "Question 1011602: The sum of two distinct numbers is 26. If the smaller number is reduced by 1 and the larger number by 3, the product of the two resulting number is 120. What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #627329 by stanbon(75887) ![]() You can put this solution on YOUR website! The sum of two distinct numbers is 26. If the smaller number is reduced by 1 and the larger number by 3, the product of the two resulting number is 120. What are the numbers? \n" ); document.write( "-------------- \n" ); document.write( "Equations: \n" ); document.write( "S + L = 26 \n" ); document.write( "(S-1)(L-3) = 120 \n" ); document.write( "------ \n" ); document.write( "Substitute for \"S\" and solve for \"L\":: \n" ); document.write( "(26-L-1)(L-3) = 120 \n" ); document.write( "------ \n" ); document.write( "(25-L)(L-3) = 120 \n" ); document.write( "----- \n" ); document.write( "-L^2 + 28L - 75 = 120 \n" ); document.write( "L^2 - 28L + 195 = 0 \n" ); document.write( "============== \n" ); document.write( "L = 15 \n" ); document.write( "S = 11 \n" ); document.write( "-----------------\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------- \n" ); document.write( " |