document.write( "Question 104331: Having a terrible problem trying to solve this question:\r
\n" );
document.write( "\n" );
document.write( "The school board plans to merge two junior high schools into one school of 800 students in which 40% of the students will be Caucasian. One of the schools currently has 58% Caucasian students, the other has only 10 % Caucasian students. How many students are in each of the two schools?\r
\n" );
document.write( "\n" );
document.write( "Could it be that one school has 464 Caucasian students and the other school has 80 Caucasian students? \n" );
document.write( "
Algebra.Com's Answer #75913 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! First. let's find the number of caucasian students in the new school. \n" ); document.write( "C = 40% of 800 \n" ); document.write( "C = 0.4(800) \n" ); document.write( "C = 320 This is the total number of caucasian students in the new school and you know that this number is made up of 58% of the students from one of the old schools, (so let's call this 58% of x where x is the number of students in this scool) plus 10% of the students in the second school (let's call this 10% of y where y is the number of students in this school). \n" ); document.write( "We can write an equation, but first,realise that x+y = 800 or we can write this as: \n" ); document.write( "y = 800-x Here's the equation we need to solve for x, the number of students in the first school: \n" ); document.write( "1) 0.58x + 0.1(800-x) = 320 The sum of the caucasian students in the old schools is 40% of the total student in the new school or (0.4(800) = 320). \n" ); document.write( "Simplify equation 1) and solve for x. \n" ); document.write( "0.58x + 80 - 0.1x = 320 \n" ); document.write( "0.48x = 240 \n" ); document.write( "x = 500 This the number of students in the first school. \n" ); document.write( "800-x = 800-500 = 300 This is the number of students in the second school.\r \n" ); document.write( "\n" ); document.write( "Check: \n" ); document.write( "58% of 500 + 10% of 300 = 290 + 30 = 320 \n" ); document.write( " |