document.write( "Question 1091533: One number is five greater than another. If the sum of the lesser number and twice the greater is 61, what are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #705942 by ikleyn(52787)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "x = y + 5,    (Notice that x is the greater number !)\r\n" );
document.write( "\r\n" );
document.write( "y + 2*(y+5) = 61,\r\n" );
document.write( "\r\n" );
document.write( "3y + 10 = 61.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "From this point, please complete it on your own.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );