document.write( "Question 821329: A group of friends decides to meet for pizza, and one person calls ahead to order the pies. However, three of the group do not show up at the pizza parlor. The friends who do show up figure that if each adds $3 to their original share, they could cover the bill, which totals $70. How many friends eat pizza? \n" ); document.write( "
Algebra.Com's Answer #494029 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! let p = persons c=cost per person \n" ); document.write( "p*c=70, \n" ); document.write( "(p-3)*(c+3)=70 \n" ); document.write( "p=10 c=7\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |