document.write( "Question 965201: Two numbers have a product of 24 and one of them is five more than the other. What
\n" );
document.write( "are the numbers? \n" );
document.write( "
Algebra.Com's Answer #589951 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! Let the numbers be x and (x+5) respectively. \n" ); document.write( "Product of the numbers=24 \n" ); document.write( "x(x+5)=24 \n" ); document.write( "x^2+5x-24=0 \n" ); document.write( "x^2+8x-3x-24=0 \n" ); document.write( "x(x+8)-3(x+8)=0 \n" ); document.write( "(x-3)(x+8)=0 \n" ); document.write( "x=3 is the solution as x cannot be negative. \n" ); document.write( "The numbers are 3 and 8. \n" ); document.write( " |