document.write( "Question 832650: the formula c=4p+150 relates c, the total cost (in dollars) of cafeteria a luncheon to p, the number of people attending the luncheon. (a) solve the formula for p. (b) If a company is willing to spend $500 for a staff luncheon,how many people can attend ?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #502125 by JulietG(1812) You can put this solution on YOUR website! c=4p+150 \n" ); document.write( "The question gives you the value of C as 500 \n" ); document.write( "Plug it in \n" ); document.write( "500 = 4p + 150 \n" ); document.write( "Subtract 150 from each side \n" ); document.write( "350 = 4p \n" ); document.write( "Divide each side by 4 \n" ); document.write( "87.5 = p \n" ); document.write( "Since they're unlikely to serve .5 of a person, round down to 87 \n" ); document.write( " |