document.write( "Question 951875: Hi!! I am learning the substitution method with systems of equations and the elimination method!! how do I start solving this problem? 'Four times the larger of two numbers is equal to seven times the smaller. The sum of the numbers is 22. Find the numbers.' \r
\n" );
document.write( "\n" );
document.write( "thanks! \n" );
document.write( "
Algebra.Com's Answer #581319 by ptaylor(2198) You can put this solution on YOUR website! Here's a good way to start:\r \n" ); document.write( "\n" ); document.write( "Let x= larger number \n" ); document.write( "And let y= smaller. umber \n" ); document.write( "Now we are told that: \n" ); document.write( "4x=7y--------eq1 \n" ); document.write( "We are also told that: \n" ); document.write( "x+y=22-----eq2 \n" ); document.write( "Substitution method looks easier. \n" ); document.write( "From eq1 x=(7/4)y. Substitute this into eq2 \n" ); document.write( "(7 /4)y +y=22 \n" ); document.write( "(7/4)y+(4/4)y=22 \n" ); document.write( "(11/4)y=22 multiply each side by 4 \n" ); document.write( "11y=88 \n" ); document.write( "y=8 \n" ); document.write( "From eq2, x+8=22 \n" ); document.write( "x=14 \n" ); document.write( "Hope this helps ---ptaylor \n" ); document.write( " |