document.write( "Question 25978: the taylor family has a turnout of 38 people. they decidedd to go ice skating instead of having a picnic. admission for the group cost $134.00. How many adults and how many children were at the reunion?\r
\n" );
document.write( "\n" );
document.write( "prices
\n" );
document.write( "adults 4.00
\n" );
document.write( "kids 3.00 \n" );
document.write( "
Algebra.Com's Answer #14250 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Let number of adults be \"x\" \n" ); document.write( "The number of kids is \"38-x\" \n" ); document.write( "Cost of adult tickets is 4x \n" ); document.write( "Cost of kids tickets is 3(38-x) \n" ); document.write( "EQUATION: \n" ); document.write( "Cost + Cost = $134 \n" ); document.write( "4x+3(38-x)=134 \n" ); document.write( "4x+114-3x=134 \n" ); document.write( "x=20 (number of adults) \n" ); document.write( "38-x=18 (number of Kids) \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |