document.write( "Question 251978: The ratio of females to males in class is 7 to 4. If 3 females and 12 males are absent tomorrow, the ratio of females to males becomes 5 to 2. If this occurs, how many students will be in class tomorrow ? \n" ); document.write( "
Algebra.Com's Answer #183726 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! Let x=initial number of students \n" ); document.write( "Number of females=(7/11)x \n" ); document.write( "Number of males=(4/11)x \n" ); document.write( "If 3 females are absent tomorrow, we will have (7/11)x-3 females remaining \n" ); document.write( "If 12 males are absent tomorrow, we will have (4/11)x-12 males remaining \n" ); document.write( "so, (7/11)x-3=(5/7)(x-15) and/or (BOTH SHOULD GIVE THE SAME ANSWER) \n" ); document.write( "(4/11)x-12=(2/7)(x-15) \n" ); document.write( "Multiply the first equation by 77 \n" ); document.write( "49x-231=55x-825 subtract 55x from and add 231 to each side \n" ); document.write( "49x-55x=-825+231 \n" ); document.write( "-6x=-594 \n" ); document.write( "x=99---number of students in the initial class \n" ); document.write( "x-15=99-15=84 #students in class tomorrow--------------------ANSWER\r \n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor \n" ); document.write( " |