document.write( "Question 249947: Write a system of two equations in two unknowns for each
\n" );
document.write( "problem. Solve each system by the method of your choice\r
\n" );
document.write( "\n" );
document.write( "Girls and boys. There are 385 surfers in Surf City. Twothirds
\n" );
document.write( "of the boys are surfers and one-twelfth of the girls
\n" );
document.write( "are surfers. If there are two girls for every boy, then how
\n" );
document.write( "many boys and how many girls are there in Surf City?\r
\n" );
document.write( "\n" );
document.write( "Can someone please help me solve this \n" );
document.write( "
Algebra.Com's Answer #182040 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! B = number of boys \n" ); document.write( "G = number of girls \n" ); document.write( "S = number of surfers = 385 \n" ); document.write( ". \n" ); document.write( "2/3B + 1/12G = S = 385 \n" ); document.write( ". \n" ); document.write( "There are 2 girls for each boy. \n" ); document.write( "2B = G .or. \n" ); document.write( "B = 1/2G \n" ); document.write( ". \n" ); document.write( "Substituting into the total equation... \n" ); document.write( "2/3B + 1/12G = 385 \n" ); document.write( ". \n" ); document.write( "Multiplying through by 12 to remove the fractions... \n" ); document.write( "8B + G = 4620 \n" ); document.write( ". \n" ); document.write( "Substituting for B with 1/2G \n" ); document.write( "8*1/2G + G = 4620 \n" ); document.write( "4G + G = 4620 \n" ); document.write( "5G = 4620 \n" ); document.write( "G = 924 \n" ); document.write( ". \n" ); document.write( "Since we know there are twice as many girls as boys, \n" ); document.write( "B = G/2 = 924/2 = 462 \n" ); document.write( ". \n" ); document.write( "Now we can check to see if we substitute these value that we find there are 385 surfers... \n" ); document.write( ". \n" ); document.write( "2/3*B = 308 \n" ); document.write( "1/12*G = 77 \n" ); document.write( "Total=385 \n" ); document.write( " |