document.write( "Question 841247: what is the value of the objective function shown for the point(200,500)
\n" );
document.write( "C=5x+10y \n" );
document.write( "
Algebra.Com's Answer #506722 by grishma.kshatriya(27)![]() ![]() ![]() You can put this solution on YOUR website! You have the equation as C=5x+10y \n" ); document.write( "You are given with the points (200 , 500) \n" ); document.write( "Which is similar as (x , y) co-ordinate . \n" ); document.write( "So x = 200 and y = 500 \n" ); document.write( "Plug the values in the function we get , \n" ); document.write( " C=5x+10y \n" ); document.write( " = 5(200) + 10(500) \n" ); document.write( " = 1000 + 5000 \n" ); document.write( " = 6000\r \n" ); document.write( "\n" ); document.write( "Thank you . \n" ); document.write( " |