
Hannah O. answered 05/25/21
Girls can be engineers too!
We use the information we know to build two formulas, which will allow us to solve for the two variables.
- Our first piece of information translates to a > b
- Our second piece of information translates to a = 1 + 6*b
- Our third piece of information tells us that |a-b| = 36
- Combining 1 and 3 we know that because a>b, we can drop the absolute value above, so a - b = 36
- Plugging in the first formula, which defines a into the second formula, we get:
- (1 + 6*b) - b = 36
- 1 +5*b = 36
- 5*b = 35
- b = 7
- We can plug this value of b into the first formula to solve for a:
- a = 1 + 6*b
- a = 1 + 6*7
- a = 1+42
- a = 43