document.write( "Question 297536: A small pizza costs $5.50 plus 85 cents for each topping. Express the total cost C as a function of number of topping t. \r
\n" );
document.write( "\n" );
document.write( "a. What is the function for the total cost.\r
\n" );
document.write( "\n" );
document.write( "b. Use the function in part (a) to determine the cost of a small pizza with 3 topping. \n" );
document.write( "
Algebra.Com's Answer #214220 by TakeishaM(13)![]() ![]() ![]() You can put this solution on YOUR website! This can be written as a linear equation in the form of y=mx+b\r \n" ); document.write( "\n" ); document.write( "The pizza cost starts at 5.50, this is your y-intercept\r \n" ); document.write( "\n" ); document.write( "You are charged .85 for each topping. So your slope is $.85t\r \n" ); document.write( "\n" ); document.write( "A. The equation is C = $.85t + $5.50\r \n" ); document.write( "\n" ); document.write( "B. You have 3 toppings so substitute in 3 for t in the equation. \n" ); document.write( " \n" ); document.write( " C =.85(3)+ 5.50 \n" ); document.write( " C = $8.05 \n" ); document.write( " |