document.write( "Question 371745: How would I solve this equation... There are 21 females in the Algebra 1 class. If 75% of the class is female, how many students are there in the class?\r
\n" );
document.write( "\n" );
document.write( "I tried setting it up like this:\r
\n" );
document.write( "\n" );
document.write( "21 (.75)= x
\n" );
document.write( "x= 15.75\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #264785 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! There are 21 females in the Algebra 1 class. If 75% of the class is female, how many students are there in the class? \n" ); document.write( "s = # of students \n" ); document.write( "75% = 0.75 \n" ); document.write( "21 = 0.75*s \n" ); document.write( "s = 21/0.75 \n" ); document.write( "s = 28 \n" ); document.write( " \n" ); document.write( " |