document.write( "Question 304428: Two numbers have a sum of 36, a difference of 24, and a product of 180. Dividing the greater one by the lesser one gives a quotient of 5. What are the numbers.\r
\n" );
document.write( "\n" );
document.write( "I keep thinking it has to do with the numbers 36 & 5 but they don't fit all the situations. \n" );
document.write( "
Algebra.Com's Answer #217997 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Two numbers have a sum of 36, a difference of 24, and a product of 180. Dividing the greater one by the lesser one gives a quotient of 5. What are the numbers.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let the numbers be x & y\r \n" ); document.write( "\n" ); document.write( "x+y=36\r \n" ); document.write( "\n" ); document.write( "x-y=24\r \n" ); document.write( "\n" ); document.write( "x+y+x-y= 60\r \n" ); document.write( "\n" ); document.write( "2x=60 \n" ); document.write( "x=30\r \n" ); document.write( "\n" ); document.write( "the other number = 6 \n" ); document.write( " |