document.write( "Question 1175560: Rafael the trainer has two solo workout plans that he offers his clients: Plan A and Plan B. Each client does either one or the other (not both). On Monday there were 3 clients who did Plan A and 2 who did Plan B. On Tuesday there were 5 clients who did Plan A and 6 who did Plan B. Rafael trained his Monday clients for a total of 6 hours and his Tuesday clients for a total of 12 hours. How long does each of the workout plans last? \n" ); document.write( "
Algebra.Com's Answer #801193 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 3A+2B=6 \n" ); document.write( "5A+6B=12 \n" ); document.write( "----- \n" ); document.write( "-9A-6B=-18 multiply top by -3 \n" ); document.write( "5A+6B=12 \n" ); document.write( "add them \n" ); document.write( "-4A=-6 \n" ); document.write( "A=1.5 hours \n" ); document.write( "B=0.75 hours \n" ); document.write( " \n" ); document.write( " |