document.write( "Question 1181340: As the number of units manufactured increased from 100 to 200, manufacturing cost (total)
\n" );
document.write( "increased from $350 to $650. Assume the given data establish the relationship between cost (y)
\n" );
document.write( "and number of units made (x), and assume the relationship is linear. Find the equation of the
\n" );
document.write( "relationship \n" );
document.write( "
Algebra.Com's Answer #811294 by greenestamps(13208) You can put this solution on YOUR website! \n" ); document.write( "A linear equation is of the form \n" ); document.write( "y = mx+b \n" ); document.write( "where m is the slope (rate of change of y with respect to x) and b is the value when x is 0. \n" ); document.write( "With the given information, the cost increased by $650-$350=$300 when the number of units produced increased by 200-100=100. So the rate of change of cost (y) with respect to x (number of units) is 300/100=3. \n" ); document.write( "So the equation is of the form \n" ); document.write( "y = 3x+b \n" ); document.write( "Use one of the two given data points to determine b. \n" ); document.write( "When production was 100, the total cost was $350: \n" ); document.write( "350 = 3(100)+b \n" ); document.write( "350 = 300+b \n" ); document.write( "b = 50 \n" ); document.write( "ANSWER: y=3x+50 is the linear equation relating the total cost to the number of units produced. \n" ); document.write( " \n" ); document.write( " |