document.write( "Question 141359This question is from textbook Prentice hall algebra 1
\n" );
document.write( ": How do I solve using a system of two linear equations in two variables?\r
\n" );
document.write( "\n" );
document.write( "Barry is 8 years older than his sister. In 3 years, he will be twice as old as she will be then. How old is each now? \n" );
document.write( "
Algebra.Com's Answer #103001 by nabla(475)![]() ![]() ![]() You can put this solution on YOUR website! This would be the system of equations I would come up with:\r \n" ); document.write( "\n" ); document.write( "b=s+8 read as b is s plus 8 \n" ); document.write( "b+3=2(s+3) read as 3 more than b is 2 times 3 more than s\r \n" ); document.write( "\n" ); document.write( "Solve by substituting the solution for b in the first equation into the second. \n" ); document.write( "That is done as follows:\r \n" ); document.write( "\n" ); document.write( "s+8+3=2s+6 \n" ); document.write( "5=s\r \n" ); document.write( "\n" ); document.write( "This means that Barry's sister is 5 years old.\r \n" ); document.write( "\n" ); document.write( "Now, to find Barry's age we plug in s=5 into the first equation:\r \n" ); document.write( "\n" ); document.write( "b=5+8=13. Barry is 13.\r \n" ); document.write( "\n" ); document.write( "Let's check this:\r \n" ); document.write( "\n" ); document.write( "Is Barry currently 8 years older than his sister who is 5? Yes, 5+8=13. \n" ); document.write( "In 3 years, will Barry be twice as old as his sister? 5+3=8; 13+3=16; 2(8)=16; Yes. \n" ); document.write( " |