document.write( "Question 1002491: A nutritionist recommends that John eat eggs and fish to meet his body's protein and vitamin B requirements. Each ounce of egg contains 40 milligrams of protein and 20 milligrams of vitamin B. Each ounce of fish contains 50 milligrams of protein and 10 milligrams of vitamin B. John needs to reach a target of exactly 580 milligrams of protein and 200 milligrams of vitamin B.\r
\n" );
document.write( "\n" );
document.write( "If x and y represent the amounts in ounces of eggs and fish John needs to eat, set the equations of the system.
\n" );
document.write( "Express the simpler equation in terms of y.
\n" );
document.write( "How many ounces of eggs and fish should John eat? \n" );
document.write( "
Algebra.Com's Answer #619397 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A nutritionist recommends that John eat eggs and fish to meet his body's protein and vitamin B requirements. \n" ); document.write( " Each ounce of egg contains 40 milligrams of protein and 20 milligrams of vitamin B. \n" ); document.write( " Each ounce of fish contains 50 milligrams of protein and 10 milligrams of vitamin B. \n" ); document.write( "John needs to reach a target of exactly 580 milligrams of protein and 200 milligrams of vitamin B. \n" ); document.write( "If x and y represent the amounts in ounces of eggs and fish John needs to eat, set the equations of the system. \n" ); document.write( "protein eq: 40x + 50y = 580 \n" ); document.write( "vitamin b: 20x + 10y = 200 \n" ); document.write( "Express the simpler equation in terms of y. \n" ); document.write( "Add the two equations and you get: \n" ); document.write( "60x + 60y = 780 \n" ); document.write( "simplify, divide by 60 \n" ); document.write( "x + y = 13 \n" ); document.write( "x = -y + 13 \n" ); document.write( ": \n" ); document.write( "How many ounces of eggs and fish should John eat? \n" ); document.write( "Replace x with (-y+13) in the 1st equation \n" ); document.write( "40(-y+13) + 50y = 580 \n" ); document.write( "-40y + 520 + 50y = 580 \n" ); document.write( "10y = 580 - 520 \n" ); document.write( "10y = 60 \n" ); document.write( "10y = 60 \n" ); document.write( "y = 60/10 \n" ); document.write( "y = 6 oz of fish \n" ); document.write( "then \n" ); document.write( "x = -6 + 13 \n" ); document.write( "y = 7 oz of eggs \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check that out in the original 2nd equation \n" ); document.write( "20(7) + 10(6) = \n" ); document.write( "140 + 60 = 200 \n" ); document.write( " \n" ); document.write( " |