document.write( "Question 202108: A school board plans to merge two schools into one school of 1000 students in which 42% of the students will be African Americans. One of the schools has a 10% African American student body and the other has a 90% African American student body. What is the student population in each of the two schools? \n" ); document.write( "
Algebra.Com's Answer #152380 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
.1x+.9(1000-x)=.42(1000)
\n" ); document.write( ".1x+900-.9x=420
\n" ); document.write( ".1x-.9x=420-900
\n" ); document.write( "-.8x=-480
\n" ); document.write( "x=600 the 10% school
\n" ); document.write( "the 90% school =400
\n" ); document.write( "
\n" );