document.write( "Question 991428: the manager at a restaurant found that the cost to produce 150 cups of coffee is $21, while the cost to produce 300 cups of coffee is $36. assume the relationship between the cost y to produce x cups of coffee is linear.\r
\n" );
document.write( "\n" );
document.write( "a.) write a linear equation that expresses the cost,y, in terms of the number of cups of coffee,x.
\n" );
document.write( "b.) how many cups of coffee are produced if the cost of production is $56? \n" );
document.write( "
Algebra.Com's Answer #611481 by macston(5194)![]() ![]() You can put this solution on YOUR website! The total cost (y) is the sum of fixed cost (F) \n" ); document.write( "and the cost per cup (C) times the number of cups (x): \n" ); document.write( ". \n" ); document.write( "y=F+Cx \n" ); document.write( ". \n" ); document.write( "First, find C: \n" ); document.write( "y=F+Cx \n" ); document.write( "$21=F+C(150) \n" ); document.write( "F=$21-C(150) Use as F \n" ); document.write( ". \n" ); document.write( "$36=F+C(300) \n" ); document.write( "F=$36-C(300) . Replace F from above. \n" ); document.write( "$21-C(150)=$36-C(300) . Add C(300) to each side. \n" ); document.write( "$21+C(150)=$36 . Subtract $21 from each side. \n" ); document.write( "C(150)=$15 \n" ); document.write( "C=$0.10 . Each cup costs $0.10 to produce. \n" ); document.write( ". \n" ); document.write( "Next, find fixed cost (F): \n" ); document.write( "F=$21-C(150) \n" ); document.write( "F=$21-$0.10(150) \n" ); document.write( "F=$21-$15 \n" ); document.write( "F=$6 . The fixed cost is $6. \n" ); document.write( ". \n" ); document.write( "(a). The equation: \n" ); document.write( ". \n" ); document.write( "y=F+Cx. \n" ); document.write( ". \n" ); document.write( "y=$6+$0.10x \n" ); document.write( ". \n" ); document.write( "(b). For cost y=$56 \n" ); document.write( ". \n" ); document.write( "y=$6+$0.10x \n" ); document.write( "$56=$6+$0.10x \n" ); document.write( "$50=$0.10x \n" ); document.write( "500=x . ANSWER: 500 cups are produced for $56. \n" ); document.write( " |