document.write( "Question 995203: A Spanish class has a total of
\n" );
document.write( "46 students. The number of males is 10 more than the number of females. How many males and how many females are in the class? \n" );
document.write( "
Algebra.Com's Answer #613991 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let m = # of males and f = # of females. \n" ); document.write( "Thus m + f = 46. \n" ); document.write( "We also know that \n" ); document.write( "m = 10 + f. \n" ); document.write( "Plugging this into the first equation gives us \n" ); document.write( "10 + f + f = 46 \n" ); document.write( "2f + 10 = 46 \n" ); document.write( "2f = 36 \n" ); document.write( "f = 18 \n" ); document.write( "Then m = 46 - 18 = 28. \n" ); document.write( " |