document.write( "Question 350279: the greater of two numbers is one more than twice the smaller. three times the greater exceeds 5 times the smaller by 10. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #250404 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let x=greater, y=lesser \n" ); document.write( "x=2y+1 \n" ); document.write( "3x=5y+10 \n" ); document.write( ". \n" ); document.write( "3(2y+1)=5y+10 \n" ); document.write( "6y+3=5y+10 \n" ); document.write( "y=7 \n" ); document.write( "x=15 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |