SOLUTION: The number of persons entering a building at 10:00 a.m one day was 235 more than that of 10:00 a.m the previous day. The total for both days was 885. how many persons entered the b

Algebra ->  Customizable Word Problem Solvers  -> Age -> SOLUTION: The number of persons entering a building at 10:00 a.m one day was 235 more than that of 10:00 a.m the previous day. The total for both days was 885. how many persons entered the b      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1103961: The number of persons entering a building at 10:00 a.m one day was 235 more than that of 10:00 a.m the previous day. The total for both days was 885. how many persons entered the building at 10:00 a.m on each day?
Answer by ikleyn(52878) About Me  (Show Source):
You can put this solution on YOUR website!
.
The condition is equivalent to this system of 2 equations in 2 unknowns:

x - y = 235,    (1)
x + y = 885.    (2)


You can solve it in 2 (two, TWO) ways.


1.  Elimination method

    Add the two equations. Then the terms "y" will cancel each other, and you will get very simple equation for one single unknown x only:


    2x = 235 + 885  ====>  2x = 1120  ====>  x = 1120%2F2 = 560.

    Then from eq(2)  y = 885 - x = 885 - 560 = 325.


Answer.  560 people in the second day and 325 people in the first day.



2.  Substitution method


    From eq(1) express  x = 235 + y and substitute it into the second equation. You will get

    (235+y) + y = 885,

     235 + 2y = 885  ====>  2y = 885 - 235 = 650  ====>  y = 650%2F2 = 325,

     and you obtain the same answer in this way, of course.

Solved.