document.write( "Question 356069: West Highschool has 250 fewer students than twice the amount of East Highschool. Together they have 2858 students, how many students does each school have? \n" ); document.write( "
Algebra.Com's Answer #254153 by robertb(5830)![]() ![]() You can put this solution on YOUR website! let w = #students in West, e = # students in East. \n" ); document.write( "Then from the given, \n" ); document.write( "w = 2e -250. Also, w +e = 2858. \n" ); document.write( "from the 2nd equation, w = 2858 - e. Substituting into the 1st equation, \n" ); document.write( "2858 -e = 2e - 250. \n" ); document.write( "3108 = 2e +e, after transposition. \n" ); document.write( "3108 = 3e, \n" ); document.write( "1036 = e, and w = 2858-1036 = 1822. \n" ); document.write( " |