document.write( "Question 628079: In a class of 74 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 #395418 by Susmitha(21)![]() ![]() You can put this solution on YOUR website! given total no of students =74 \n" ); document.write( "a+b=74 \n" ); document.write( "given a is one fewer than twice the no of b \n" ); document.write( "a= 2b-1 \n" ); document.write( "2b-1+b=74 \n" ); document.write( "3b-1=74 \n" ); document.write( "3b=74+1 \n" ); document.write( "3b=75 \n" ); document.write( "b=75/3 \n" ); document.write( "b=25 \n" ); document.write( "------- \n" ); document.write( "a=2b-1 \n" ); document.write( "a=(2*25)-1 \n" ); document.write( "a=50-1 \n" ); document.write( "a=49 \n" ); document.write( "------- \n" ); document.write( " \n" ); document.write( " |