document.write( "Question 242106: If 5 times the smaller of two numbers is subtracted from twice the larger, the result is 16. If the larger is increased by three times the smaller, the result is 63. Find the larger number. \n" ); document.write( "
Algebra.Com's Answer #177267 by blwinbbbles(106)![]() ![]() You can put this solution on YOUR website! write down what you have..use S for smaller and L for larger\r \n" ); document.write( "\n" ); document.write( "you know that 5S subtracted from 2L is equal to 16\r \n" ); document.write( "\n" ); document.write( "So: 2L - 5S = 16\r \n" ); document.write( "\n" ); document.write( "and you know that L + 3S = 63 and you can write this so L = 63-3S\r \n" ); document.write( "\n" ); document.write( "use substitution:\r \n" ); document.write( "\n" ); document.write( "2(63-3S) - 5S = 16....solve for S\r \n" ); document.write( "\n" ); document.write( "Once you have S then plug it into one of the equations and solve for L\r \n" ); document.write( "\n" ); document.write( "Good Luck \n" ); document.write( " |