document.write( "Question 738291: Tony runs a pizza parlor. His daily cost for operating the restaurant consists of a constant cost of $75 for rent, employee wages, and utilities, plus an additional $1 for every pizza he makes. Find Tony's total cost for a day during which he makes 52 pizzas? \n" ); document.write( "
Algebra.Com's Answer #450766 by richwmiller(17219) You can put this solution on YOUR website! c=1p+75 \n" ); document.write( "p=52 \n" ); document.write( "c=52+75 \n" ); document.write( "c=127 \n" ); document.write( " \n" ); document.write( " |