document.write( "Question 43349: In planning for a new item, a manufacturer assumes that the number of items produced x and the cost in dollars C of producing 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 to produce. find the equation that relates C and x \n" ); document.write( "
Algebra.Com's Answer #28374 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Projections are that 100 items will cost 10,000 to produce and that 300 items will cost 22,000 to produce. find the equation that relates C and x\r \n" ); document.write( "\n" ); document.write( "You have two points: (100,10000) and (300,22000)\r \n" ); document.write( "\n" ); document.write( "The equation you want has the form C=mx+b\r \n" ); document.write( "\n" ); document.write( "m=[22000-10000]/[300-100]=12000/200=60\r \n" ); document.write( "\n" ); document.write( "With Cost=10000, x=100 and m=60 you can find \"b\", as follows:\r \n" ); document.write( "\n" ); document.write( "10000=60(100)+b \n" ); document.write( "10000=6000+b \n" ); document.write( "b=4000\r \n" ); document.write( "\n" ); document.write( "EQUATION: \n" ); document.write( "C=60x+4000\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "stan H. \n" ); document.write( " |