document.write( "Question 163429: The largest of two numbers is 1 more than twice the smaller. The sum of the numbers is 20 less than three times the larger. Find the numbers.\r
\n" );
document.write( "\n" );
document.write( "I need two equations and I will solve using systems of equations. \n" );
document.write( "
Algebra.Com's Answer #120399 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The largest of two numbers is 1 more than twice the smaller. \n" ); document.write( "x = 2y + 1 \n" ); document.write( ": \n" ); document.write( "The sum of the numbers is 20 less than three times the larger. \n" ); document.write( "x + y = 3x - 20\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |