document.write( "Question 137388: 1)On the first day of school, the percentage of boys in a particular class is 60%. During the school year, six girls move away, and are replaced in the class by six boys; this makes the class roster 75% boys. Find the number of boys and girls in the class on the first day of school. \r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "2)An express and local train leave GraysLake at 3 P.M. and head for Chicago 50 miles away. The express travels twice as fast as the local and arrives 1 hour ahead of the local. Find the speed of each train. \n" );
document.write( "
Algebra.Com's Answer #100529 by stanbon(75887) ![]() You can put this solution on YOUR website! On the first day of school, the percentage of boys in a particular class is 60%. \n" ); document.write( "During the school year, six girls move away, and are replaced in the class by six boys; this makes the class roster 75% boys. \n" ); document.write( "Find the number of boys and girls in the class on the first day of school. \n" ); document.write( "---------- \n" ); document.write( "Original class numbers: \n" ); document.write( "Total = \"x\" \n" ); document.write( "Boys = 0.6x \n" ); document.write( "Girls= 0.4x \n" ); document.write( "------------------ \n" ); document.write( "After 6-girls move and are replace by 6 boys: \n" ); document.write( "Total = \"x\" \n" ); document.write( "Boys:= 0.6x+6 = 0.75x\r \n" ); document.write( "\n" ); document.write( "-------------------------- \n" ); document.write( "Boys equation shows: \n" ); document.write( "0.6x + 6 = 0.75x \n" ); document.write( "6 = 0.15x \n" ); document.write( "x = 40 (number in the class on the 1st day) \n" ); document.write( "-----------------\r \n" ); document.write( "\n" ); document.write( "2)An express and local train leave GraysLake at 3 P.M. and head for Chicago 50 miles away. \n" ); document.write( "The express travels twice as fast as the local and arrives 1 hour ahead of the local. Find the speed of each train.\r \n" ); document.write( "\n" ); document.write( "----------- \n" ); document.write( "Express DATA: \n" ); document.write( "Distance = 50 miles : Rate = 2x mph ; time = 50/2x \n" ); document.write( "--------- \n" ); document.write( "Local train DATA: \n" ); document.write( "Distance = 50 miles ; Rate = x mph ; time = 50/x \n" ); document.write( "----------------- \n" ); document.write( "EQUATION: \n" ); document.write( "local train time - express train time = 1 hr \n" ); document.write( "50/x - 50/2x = 1 \n" ); document.write( "Multiply thru by 2x to get: \n" ); document.write( "100 - 50 = 2x \n" ); document.write( "50 = 2x \n" ); document.write( "x = 25 mph ( speed of the local train) \n" ); document.write( "2x = 50 mph ( speed of the express) \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |