document.write( "Question 1187750: Milan the trainer has two solo workout plans that he offers his clients: Plan A and Plan B.
\n" ); document.write( "Each client does either one or the other (not both).
\n" ); document.write( "On Friday there were 3 clients who did Plan A and 2 who did Plan B.
\n" ); document.write( "On Saturday there were 8 clients who did Plan A and 4 who did Plan B.
\n" ); document.write( "Milan trained his Friday clients for a total of 7hours and his Saturday clients for a total of 17hours.
\n" ); document.write( "How long does each of the workout plans last?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #819185 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
let a equal the the number of hours spent on plan A.
\n" ); document.write( "let b equal the number of hours spent on plan B.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "on friday, there were 3 who did plan A and 2 who did plan B for a total of 7 hours.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "on saturday, there were 8 who did plan A and 4 who did plan B for a total of 17 hours.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you have two equations that need to be solved simultaneously.
\n" ); document.write( "that means the same value of a and b for both equations.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the requations are:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "3a + 2b = 7
\n" ); document.write( "8a + 4b = 17\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "multiply both sides of the first equAtion by 2 and leave the second equation as is to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "6a + 4b = 14
\n" ); document.write( "8a + 4b = 17\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "subtract the first equation from the second to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "2a = 3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "solve for a to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a = 3/2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "replace a with 3/2 in either equation to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "6a + 4b = 14 becomes 6 * 3/2 + 4b = 14 which becomes 9 + 4b = 14
\n" ); document.write( "8a + 4b = 17 becomes 8 * 3/2 + 4b = 17 which becomes 12 + 4b = 17\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "solve for b in both equations to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "4b = 14 - 9 which becomes 4b = 5 which becomes b = 5/4.
\n" ); document.write( "4b = 17 - 12 which becomes 4b = 5 which becomes b = 5/4.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you have:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a = 3/2 and b = 5/4.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "replace a and b in your original equaiton to see if they are true.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "3a + 2b = 7 becomes 3 * 3/2 + 2 * 5/4 = 7 which becomes 9/2 + 10/4 = 7 which becomes 18/4 + 10/4 = 7 which becomes 28/4 = 7 which becomes 7 = 7, confirming the values of a and b are good for the first equation.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "8a + 4b = 17 becomes 8 * 3/2 + 4 * 5/4 = 17 which becomes 24/2 + 20/4 = 17 which becomes 48/4 + 20/4 = 17 which becomes 68/4 = 17 which becomes 17 = 17, confirming the value of a and b are good for the second equation.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your solution is that plan A workout lasts 1.5 hours and plan B workout lasts 1.25 hours.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "let me know if you have any questions.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "theo\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );