document.write( "Question 158072: Admission to a park is x dollars per person for the first 3 people in a group and y dollars per person for each additional person.
\n" ); document.write( " write a formula for the total cost c when the number of people in a group p
\n" ); document.write( " is more than 3
\n" ); document.write( "

Algebra.Com's Answer #116467 by mangopeeler07(462)\"\" \"About 
You can put this solution on YOUR website!
Admission to a park is x dollars per person for the first 3 people in a group and y dollars per person for each additional person.
\n" ); document.write( " write a formula for the total cost c when the number of people in a group p
\n" ); document.write( " is more than 3
\n" ); document.write( "------------------------------------------------------------------------------\r
\n" ); document.write( "\n" ); document.write( "3x would be the cost for the first three people.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "ny would be the cost of the rest, for which n would be the number of people in the group minus three, because three people are already paid for.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "There are p people in the group, so ny becomes (p-3)y.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Add those prices together to get the total price for one group.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"C%28p%29=3x%2B%28p-3%29y\"
\n" ); document.write( "
\n" );