document.write( "Question 185361This question is from textbook
\n" );
document.write( ": There is a linear equation that expresses the cost C per week in dollars for making circuit boards in terms of the number n of circuit boards per week. If C=$1500 when n=1000, and C=$2000 when n=2000, find the linear equation that expresses C in terms of n. What is the cost if only one circuit board is produced in a week?\r
\n" );
document.write( "\n" );
document.write( "Equation that expresses C in terms of n: C= mn + b \n" );
document.write( "
Algebra.Com's Answer #139058 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! There is a linear equation that expresses the cost C per week in dollars for making circuit boards in terms of the number n of circuit boards per week. If C=$1500 when n=1000, and C=$2000 when n=2000, find the linear equation that expresses C in terms of n. What is the cost if only one circuit board is produced in a week? \n" ); document.write( "Equation that expresses C in terms of n: C= mn + b \n" ); document.write( "------------------------------------------------------- \n" ); document.write( "You have 2 points (1000,1500) and (2000,2000) \n" ); document.write( "-------------------------------------------- \n" ); document.write( "slope = (2000-1500)/(2000-1000) = 1/2 \n" ); document.write( "------------------------------------------ \n" ); document.write( "Form: C = mn + b \n" ); document.write( "You know m=1/2, and you know C=2000 when n= 2000 ; solve for \"b\": \n" ); document.write( "2000 = (1/2)2000 + b \n" ); document.write( "2000 = 1000 + b \n" ); document.write( "b = 1000 \n" ); document.write( "----------------- \n" ); document.write( "Equation: C(n) = (1/2)n + 1000 \n" ); document.write( "======================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |