document.write( "Question 536699: Use a system of linear equations to solve the following problem: The larger of two numbers is 5 more than twice the smaller. if the smaller is subtracted from the larger, the result is 12. Find the two numbers \n" ); document.write( "
Algebra.Com's Answer #352538 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
x=2y+5
\n" ); document.write( "x-y=12\r
\n" ); document.write( "\n" ); document.write( "substitute x \r
\n" ); document.write( "\n" ); document.write( "2y+5-y=12
\n" ); document.write( "y=12-5
\n" ); document.write( "y=7
\n" ); document.write( "so x=19\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );