document.write( "Question 761794: One positive number is 5 times another number. The difference between the two numbers is 1248, find the numbers:\r
\n" );
document.write( "\n" );
document.write( "The two numbers in increasing order (lowest to highest) are ______ and ______. \n" );
document.write( "
Algebra.Com's Answer #463469 by Cromlix(4381) You can put this solution on YOUR website! Positive number = x \n" ); document.write( "Another number = 5x \n" ); document.write( "5x - x = 1248 \n" ); document.write( " 4x = 1248 \n" ); document.write( " x = 312 \n" ); document.write( "Positive number = 312 \n" ); document.write( "Another number = 1560 \n" ); document.write( "1560 - 312 = 1248. \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |