document.write( "Question 203446: During the summer months, the Bronx Zoo charges $11 for adults and $8 for children and seniors. One July day, a total of $8700 was collected from 960 admissions. How many adult admissions were there? \n" ); document.write( "
Algebra.Com's Answer #153503 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
let x= adults =340
\n" ); document.write( "let 960-x= children =620
\n" ); document.write( "11x+8(960-x)=8700
\n" ); document.write( "11x+7680-8x=8700
\n" ); document.write( "3x=1020
\n" ); document.write( "x=340
\n" ); document.write( "
\n" );