document.write( "Question 881572: If tickets to a tennis match coast $23 for adults and $11 for children, write an expression for the cost of the following
\n" );
document.write( "A) p adult tickets
\n" );
document.write( "B) q children tickets
\n" );
document.write( "C) x adult and y children tickets \n" );
document.write( "
Algebra.Com's Answer #532352 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! A) p adult tickets: $23p \n" ); document.write( "B) q children tickets: $11q \n" ); document.write( "C) x adult and y children tickets: $23x + $11y \n" ); document.write( " |