document.write( "Question 563503: Two different schools (A and B) have the same number of pupils. The ratio of the boys in school A and the boys in school B is 2:1 and the ratio of the girls in school A and the girls in school B is 4:5. Find the ratio of the boys in school A to the girls in school A.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #365059 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Two different schools (A and B) have the same number of pupils. \n" ); document.write( " The ratio of the boys in school A and the boys in school B is 2:1 and the ratio of the girls in school A and the girls in school B is 4:5. \n" ); document.write( " Find the ratio of the boys in school A to the girls in school A. \n" ); document.write( ": \n" ); document.write( "Let Ba = no. of boys in class A \n" ); document.write( "Let Bb = no. of boys in class B \n" ); document.write( ": \n" ); document.write( "Let Ga = no. of girls in class A \n" ); document.write( "Let Gb = no. of girls in class B \n" ); document.write( ": \n" ); document.write( "\"Two different schools (A and B) have the same number of pupils.\" \n" ); document.write( "Ba + Ga = Bb + Gb \n" ); document.write( ": \n" ); document.write( "\"The ratio of the boys in school A and the boys in school B is 2:1\" \n" ); document.write( " \n" ); document.write( "cross multiply \n" ); document.write( "2Bb = Ba \n" ); document.write( "Bb = .5Ba \n" ); document.write( ": \n" ); document.write( "\"and the ratio of the girls in school A and the girls in school B is 4:5.\" \n" ); document.write( " \n" ); document.write( "cross multiply \n" ); document.write( "4Gb = 5Ga \n" ); document.write( "Gb = \n" ); document.write( "Gb = 1.25Ga \n" ); document.write( ": \n" ); document.write( "We know that: Ba + Ga = Bb + Gb \n" ); document.write( "replace Bb with .5Ba and Gb with 1.25Ga \n" ); document.write( "Ba + Ga = .5Ba + 1.25Ga \n" ); document.write( "Ba - .5Ba = 1.25Ga - Ga \n" ); document.write( ".5Ba = .25Ga \n" ); document.write( "multiply by 4, get rid of the decimals \n" ); document.write( "2Ba = 1Ga \n" ); document.write( " \n" ); document.write( " Find the ratio of the boys in school A to the girls in school A. \n" ); document.write( "1:2, Boys to girls in school A \n" ); document.write( " |