document.write( "Question 892324: the ratio of female teacher to male teacher is 13:5. if there are 48 more female teachers than male teachers then find total number of teachers. \n" ); document.write( "
Algebra.Com's Answer #540439 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! Set f = number of females \n" ); document.write( " m = number of males \n" ); document.write( "f = m + 48 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "do cross products \n" ); document.write( " \n" ); document.write( "add -5m to each side \n" ); document.write( "8m = 240 \n" ); document.write( "divide each side by 8 \n" ); document.write( " m = 30 \n" ); document.write( "Since f = m + 48, f = 30 + 48 = 78 \n" ); document.write( "The total number of teachers is m + f = 30 + 78 = 108 \n" ); document.write( " |