document.write( "Question 930373: I have posted about this problem once and it was said to not be able to be solved but it is to be solved because it is a specific question I need help with. please and thank you if you can help me!!\r
\n" );
document.write( "\n" );
document.write( "Create a trail mix with three ingredients; peanuts, fruit, and cashews. The cost per pound of peanuts are $3, fruit $6, and cashews $3. One ingredient must have twice the weight of other two. (that part can be made up, I was not sure what to make those numbers). using systems of equations and or matrices how many pounds of each should be used to make a 140 lb mix at 6$ a pound? \n" );
document.write( "
Algebra.Com's Answer #564908 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = pounds of peanuts \n" ); document.write( "y = pounds of fruit \n" ); document.write( "z = pounds of cashews \n" ); document.write( "--- \n" ); document.write( "\"one ingredient must have twice the weight of other two\" ... \n" ); document.write( "arbitrarily choose the weight of peanuts to be twice the sum of the weights of fruit and cashews: \n" ); document.write( "x = 2(y + z) \n" ); document.write( "--- \n" ); document.write( "sum of weights: \n" ); document.write( "x + y + z = 140 \n" ); document.write( "--- \n" ); document.write( "sum of costs: \n" ); document.write( "3x + 6y + 3z = 6*140 \n" ); document.write( "--- \n" ); document.write( "put the system of linear equations into standard form \n" ); document.write( "--- \n" ); document.write( "x = 2y + 2z \n" ); document.write( "x + y + z = 140 \n" ); document.write( "3x + 6y + 3z = 840 \n" ); document.write( "--- \n" ); document.write( "x - 2y - 2z = 0 \n" ); document.write( "x + y + z = 140 \n" ); document.write( "3x + 6y + 3z = 840 \n" ); document.write( "--- \n" ); document.write( "copy and paste the above standard form linear equations in to this solver: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( "--- \n" ); document.write( "solution: \n" ); document.write( "x = pounds of peanuts = 93.333333 \n" ); document.write( "y = pounds of fruit = 140 \n" ); document.write( "z = pounds of cashews = -93.333333 \n" ); document.write( "--- \n" ); document.write( "as you can see, pounds of cashews comes out negative, which is impossible in real life. \n" ); document.write( "this means that the problem statement is fundamentally incorrect. \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve systems of linear equations up to 6-equations 6-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( "--- \n" ); document.write( " |