document.write( "Question 646290: In a class of 65 students, the number of females is one fewer than twice the number of males. How many females and how many males are there in the class? \n" ); document.write( "
Algebra.Com's Answer #405815 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In a class of 65 students, the number of females is one fewer than twice the number of males. How many females and how many males are there in the class? \n" ); document.write( "-------------------- \n" ); document.write( "Equations: \n" ); document.write( "f + m = 65 \n" ); document.write( "f = 2m - 1 \n" ); document.write( "------------------ \n" ); document.write( "Substitute for \"f\" and solve for \"m\": \n" ); document.write( "2m+1 - m = 65 \n" ); document.write( "3m = 66 \n" ); document.write( "m -= 22 (# of men) \n" ); document.write( "---- \n" ); document.write( "solve for \"f\": \n" ); document.write( "f + m = 65 \n" ); document.write( "f + 22 = 65 \n" ); document.write( "f = 43 (# of females) \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================ \n" ); document.write( " |