document.write( "Question 110858: One positive number is 5 times another number. The difference between the two numbers is 124, find the numbers. \n" ); document.write( "
Algebra.Com's Answer #80852 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
let x=number, so 5x=\"other number\" ... 5x-x=124 \n" ); document.write( "
\n" );