document.write( "Question 238737: The larger of two numbers is twice the smaller. I the larger is decreased by ten, the result is five more than the smaller. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #175419 by JimboP1977(311)\"\" \"About 
You can put this solution on YOUR website!
x = larger number
\n" ); document.write( "y = smaller number\r
\n" ); document.write( "\n" ); document.write( "x = 2y (1)\r
\n" ); document.write( "\n" ); document.write( "x-10 = 5y (2) \r
\n" ); document.write( "\n" ); document.write( "(2) - (1)\r
\n" ); document.write( "\n" ); document.write( "-10 = 3y\r
\n" ); document.write( "\n" ); document.write( "y = -10/3\r
\n" ); document.write( "\n" ); document.write( "x = -20/3
\n" ); document.write( "
\n" );