document.write( "Question 531683: Of the students attending the musical, 8% had free passes. If 161 students paid for their tickets, how many students attended the musical?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #350557 by oberobic(2304) ![]() You can put this solution on YOUR website! If 8% had free passes, then 92% paid. \n" ); document.write( "x = total attendance \n" ); document.write( ".92x = 161 \n" ); document.write( "x = 161/.92 \n" ); document.write( "x = 175 \n" ); document.write( " |