document.write( "Question 829929: Tickets for the cinema cost 4.50 for adults and 2.50 for children.Write a formula for the total cost, c,for p adults and y children? \n" ); document.write( "
Algebra.Com's Answer #500270 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! (4.50)(p adults) + (2.50)(y children) = c cost \n" ); document.write( "(4.50)*(p) + (2.50)(y) = c \n" ); document.write( "4.5p + 2.5y = c \n" ); document.write( " |