document.write( "Question 92091: Can someone please help me solve this word problem.
\n" );
document.write( "In planning for a new item, a manufactures assumes that the number of items produced x and the cost of dollars C of producting these items are related by a linear equation. Projections are that 100 items will cost $10,000 to produce and that 300 items will cost $22,000. Find equation that relates to C and x.\r
\n" );
document.write( "\n" );
document.write( "Thank you. \n" );
document.write( "
Algebra.Com's Answer #66954 by mathispowerful(115)![]() ![]() ![]() You can put this solution on YOUR website! \r \n" ); document.write( "\n" ); document.write( "Assume the linear equation is\r \n" ); document.write( "\n" ); document.write( "c = ax +b\r \n" ); document.write( "\n" ); document.write( "then using given information we get\r \n" ); document.write( "\n" ); document.write( "10000 = 100a + b \n" ); document.write( "22000 = 300a + b\r \n" ); document.write( "\n" ); document.write( "solve this system:\r \n" ); document.write( "\n" ); document.write( "using second equation minus the first one: 200a = 12000\r \n" ); document.write( "\n" ); document.write( "so a = 60\r \n" ); document.write( "\n" ); document.write( "From the first equation: b = 10000-100a\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so we know a=60, b = 4000\r \n" ); document.write( "\n" ); document.write( "the linear equation is \r \n" ); document.write( "\n" ); document.write( "c = 60x + 4000 \n" ); document.write( " |