document.write( "Question 1031871: Ok people, let's have some fun with algebra! See if you can solve this fun question. \r
\n" );
document.write( "\n" );
document.write( "There are 65 people on an airplane. Out of those 65 people there are three times as many women as there are men, ten less girls than there are women and the amount of boys is only a quarter of the amount of girls. \r
\n" );
document.write( "\n" );
document.write( "How many men, women, girls and boys are on board the plane?\r
\n" );
document.write( "\n" );
document.write( "Have fun! \n" );
document.write( "
Algebra.Com's Answer #646564 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! There are 65 people on an airplane. Out of those 65 people there are three times as many women as there are men, ten less girls than there are women and the amount of boys is only a quarter of the amount of girls. \n" ); document.write( "How many men, women, girls and boys are on board the plane? \n" ); document.write( "----- \n" ); document.write( "w = 3m \n" ); document.write( "g = w-10 \n" ); document.write( "b = (1/4)g \n" ); document.write( "w + m + g + b = 65 \n" ); document.write( "------------------------ \n" ); document.write( "Get it down to one variable: \n" ); document.write( "m = (w/3) \n" ); document.write( "g = w - 10 \n" ); document.write( "b = (1/4)g = (1/4)(w-10) = (w-10)/4 \n" ); document.write( "----- \n" ); document.write( "Substitute to get: \n" ); document.write( "w + (w/3) + w-10 + (w/4) - (10/4) = 65 \n" ); document.write( "---------------- \n" ); document.write( "12w + 4w + 12w - 120 + 3w - 30 = 65*12 \n" ); document.write( "----------------- \n" ); document.write( "31w = 930 \n" ); document.write( "w = 30 (# of women) \n" ); document.write( "m = (w/3) = 10 (# of men) \n" ); document.write( "g = w-10 = 20 (# of women) \n" ); document.write( "b = (1/4)g = 5 (# of women) \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |