Respuesta :
Answer:
vw = r This is not correct
abs ( c - 450) <= 45
Step-by-step explanation:
1. v = wr
Divide by w Divide by wr Divide by r
v/w = wr/w =r v/wr = wr/wr =1 v/r = wr/r =w
vw = r This is not correct
v/w = r This one is good
v/wr = 1 This one is good
v/r= w This one is good
2. When working with absolute values, the amount that can vary is on the other side from the absolute value.
abs( value - target) inequality amount that it varies by
the target is 450
no more than is less than or equal to
the amount we can vary by is 45
abs ( c - 450) <= 45
Answer:
- vw = r
- |c -450| ≤ 45
Step-by-step explanation:
1. The first offered choice is equivalent to ...
... v = r/w . . . . . divide both sides by w
which is not the same as v = wr.
___
2. The wording "no more than 45" means ≤ 45. There's only one formula with such a relationship—the first one.
Comment on "this scenario"
The problem statement describes several relationships, and never tells us whether Lucy's goal is met. The precise "scenario" that is intended to be modeled is not clear. The first inequality has a solution that is the range of calories Lucy might have burned had she reached her goal.
The other inequalities describe other "scenarios," some of which are harder to describe.