document.write( "Question 1196188: I am not sure on what my teacher meant by wanting us to do this type problem with matrix which Iam confused about but here is the problem
\n" );
document.write( "Write and solve the system of linear equations.
\n" );
document.write( "Jason is helping raise money for a dog rescue foundation by selling baskets of dog treats.
\n" );
document.write( "•Basket A contains 4 peanut butter treats,3 bacon treats,and 2 cheese treats and sells for $12.31.
\n" );
document.write( "•Basket B contains 3 peanut butter treats,4 bacon treats,and 3 cheese treats and sells for $11.91.
\n" );
document.write( "•Basket C contains 6 peanut butter treats,5 bacon treats,and 4cheese treats and sells for $20.25
\n" );
document.write( "What is the cost for one of each kind of treat? \n" );
document.write( "
Algebra.Com's Answer #828923 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Write and solve the system of linear equations. \n" ); document.write( "Jason is helping raise money for a dog rescue foundation by selling baskets of dog treats. \n" ); document.write( "•Basket A contains 4 peanut butter treats,3 bacon treats,and 2 cheese treats and sells for $12.31. \n" ); document.write( "•Basket B contains 3 peanut butter treats,4 bacon treats,and 3 cheese treats and sells for $11.91. \n" ); document.write( "•Basket C contains 6 peanut butter treats,5 bacon treats,and 4cheese treats and sells for $20.25 \n" ); document.write( "What is the cost for one of each \n" ); document.write( "================================================ \n" ); document.write( "4B + 3T + 2C = 1231 - Eqn 1 \n" ); document.write( "3B + 4T + 3C = 1191 - Eqn 2 \n" ); document.write( "6B + 5T + 4C = 2025 - Eqn 3 \n" ); document.write( "------------------ \n" ); document.write( "Solve for B, T & C \n" ); document.write( "There's no mystery. \n" ); document.write( "======================================== \n" ); document.write( "Using Elimination: \n" ); document.write( "8B + 6T + 4C = 2462 - Eqn1 times 2 \n" ); document.write( "6B + 5T + 4C = 2025 - Eqn 3 \n" ); document.write( "-------------------------------------- Subtract \n" ); document.write( "2B + T = 437 ----- C is eliminated --> Eqn A \n" ); document.write( "================= \n" ); document.write( "12B + 9T + 6C = 3693 - Eqn 1 times 3 \n" ); document.write( " 6B + 8T + 6C = 2382 - Eqn 2 times 2 \n" ); document.write( "-------------------------------------- Subtract \n" ); document.write( "6B + T = 1311 Eqn B \n" ); document.write( "2B + T = 437 Eqn A \n" ); document.write( "---------------------- Subtract \n" ); document.write( "4B = 874 \n" ); document.write( "B = 218.5 \n" ); document.write( "--------- \n" ); document.write( "Sub for B in Eqn A \n" ); document.write( "2B + T = 437 Eqn A \n" ); document.write( "T = 0 \n" ); document.write( "------- \n" ); document.write( "Sub for B and T in any equation: \n" ); document.write( "4B + 3T + 2C = 1231 - Eqn 1 \n" ); document.write( "874 + 0 + 2C = 1231 \n" ); document.write( "2C = 357 \n" ); document.write( "C = 178.5 \n" ); document.write( "==================== \n" ); document.write( "Seems odd that B and C give 1/2 cent result, and that T's are free. \n" ); document.write( " \n" ); document.write( " |