document.write( "Question 551289: The smaller of two numbers is eight less than three times the larger number. If twice the smaller number is added to 15, the result is 11. Find each of the numbers. Please help me!! \n" ); document.write( "
Algebra.Com's Answer #359630 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The smaller of two numbers is eight less than three times the larger number. If twice the smaller number is added to 15, the result is 11. Find each of the numbers. \n" ); document.write( "** \n" ); document.write( "let x = smaller of two numbers \n" ); document.write( "let y = larger of two numbers \n" ); document.write( ".. \n" ); document.write( "x=3y-8 \n" ); document.write( "2x+15=11 \n" ); document.write( "2(3y-8)+15=11 \n" ); document.write( "6y-16+15=11 \n" ); document.write( "6y=12 \n" ); document.write( "y=2 \n" ); document.write( "x=3y-8=-2 \n" ); document.write( "Ans: \n" ); document.write( "smaller of two numbers=-2 \n" ); document.write( "larger of two numbers=2 \n" ); document.write( " |