document.write( "Question 1033547: A restaurant charges $16 for a large pizza plus $1.50 per topping.
\n" ); document.write( "a)which type of function best describes the cost of a pizza, linear,quadratic or exponential?
\n" ); document.write( "b)Write a function that describes the cost of pizza with x toppings?
\n" ); document.write( "

Algebra.Com's Answer #648207 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
Let x be the toppings
\n" ); document.write( "16+1.50x = cost of pizza with x number of toppings. This is a liner equation
\n" ); document.write( "
\n" );