Answer:
![[p-|p|*10^{-3} \, , \, p+|p|* 10^-3]](https://tex.z-dn.net/?f=%5Bp-%7Cp%7C%2A10%5E%7B-3%7D%20%5C%2C%20%2C%20%5C%2C%20p%2B%7Cp%7C%2A%2010%5E-3%5D)
Step-by-step explanation
The relative error is the absolute error divided by the absolute value of p. for an approximation p*, the relative error is
r = |p*-p|/|p|
we want r to be at most 10⁻³, thus
|p*-p|/|p| ≤ 10⁻³
|p*-p| ≤ |p|* 10⁻³
therefore, p*-p should lie in the interval [ - |p| * 10⁻³ , |p| * 10⁻³ ], and as a consecuence, p* should be in the interval [p - |p| * 10⁻³ , p + |p| * 10⁻³ ]
Distance is 26 hehhehehehehe :)
Answer:
The value of x is the value where the line crosses the x-axis!
________________________________________________________
Hope this helps!!
Please tell me if I have made a mistake!!
I enjoy learning from them:)
Part A
5x - 5 >= 10 or-3x + 1 > 13
1) This is a disjunction (OR)
5x - 5 >= 10
5x >= 15
x >= 3
or
-3x + 1 > 13
-3x > 12
x < -4
Answer
x <- 4 or x >= 3
Part C:
1) This is a conjunction (And)
5x+ 3 <= 18 and 4 - x < 6
5x <= 15 and - x < 2
x <= 3 and x > -2
Answer
-2 < x <= 3
Symmetric property i think but i’m not sure