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 #120400 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=smaller and y=larger\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"The largest of two numbers is 1 more than twice the smaller\" __ y=2x+1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"The sum of the numbers is 20 less than three times the larger\" __ x+y=3y-20 \n" ); document.write( " |