document.write( "Question 317685: On a math test, 12 students earned an A. This number is exactly 25% of the total
\n" );
document.write( "number of students in the class. How many students are in the class?
\n" );
document.write( "A. 15
\n" );
document.write( "B. 16
\n" );
document.write( "C. 21
\n" );
document.write( "D. 30
\n" );
document.write( "E. 48 \n" );
document.write( "
Algebra.Com's Answer #227506 by mananth(16946)![]() ![]() You can put this solution on YOUR website! 12 students earned which is 25% \n" ); document.write( ".. \n" ); document.write( "12/total students = 25/100 \n" ); document.write( "total students = 12*100/25 \n" ); document.write( "= 48 \n" ); document.write( " |