document.write( "Question 980579: -Adrian and Betty have been teaching for a total of 36 years.\r
\n" );
document.write( "\n" );
document.write( " -Charlie and Betty have been teaching for a total of 22 years.\r
\n" );
document.write( "\n" );
document.write( " -Charlie and Adrian have been teaching for a total of 28 years.\r
\n" );
document.write( "\n" );
document.write( "How long has each been teaching? \n" );
document.write( "
Algebra.Com's Answer #601724 by ikleyn(53763) You can put this solution on YOUR website! \r \n" ); document.write( "\n" ); document.write( "Let a be the number of years Adrian has been teaching.\r \n" ); document.write( "\n" ); document.write( "Let b be the number of years Betty has been teaching.\r \n" ); document.write( "\n" ); document.write( "Let c be the number of years Charlie has been teaching.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then we have the system of three equations in three unknowns\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a + b = 36, (1)\r \n" ); document.write( "\n" ); document.write( " b + c = 22, (2)\r \n" ); document.write( "\n" ); document.write( "a + c = 28. (3)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "It is very special kind of system, and we will apply special method to solve it.\r \n" ); document.write( "\n" ); document.write( "Add all three equations (left sides and right sides separately).\r \n" ); document.write( "\n" ); document.write( "You will get \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2(a + b + c) = 86, or\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a + b + c = 43. (4)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now, distract the equation (1) from the equation (4). You will get \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "c = 43 - 36 = 7.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hence, Charlie has been teaching for 7 years.\r \n" ); document.write( "\n" ); document.write( "Next, distract the equation (2) from the equation (4). You will get \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a = 43 - 22 = 21.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hence, Adrian has been teaching for 21 years.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Next, distract the equation (3) from the equation (4). You will get \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b = 43 - 28 = 15.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hence, Betty has been teaching for 15 years.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "For more problems similar to this one see the lesson The tricks to solve some word problems with three and more unknowns using mental math in this site. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |