Answer:
x = 0
Step-by-step explanation:
i) x - 11 + 1 < 15
x - 10 < 15
x < 10 + 15
x < 25
ii) x - 11 + 1 > 15
x - 10 > 15
x > 25
Therefore to compare (i) and (ii)
25 < x < 25
In any case, x = 0
Step-by-step explanation:
Decimal system, also called Hindu-Arabic number system or Arabic number system, in mathematics, positional numeral system employing 10 as the base and requiring 10 different numerals, the digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9.
All you have to do is write a positive number. let's say 4, then write a positive exponent (that's the tiny number in the right corner of the regular number) and then just write a positive exponent less than 4.
So 4 squared
Answer:
y = (x - 4)² - 25
Step-by-step explanation:
The equation of a parabola in vertex form is
y = a(x - h)² + k
where (h, k) are the coordinates of the vertex and a is a multiplier
To obtain this form use the method of completing the square.
Given
y = (x + 1)(x - 9) ← expand factors using FOIL, thus
y = x² - 8x - 9
To complete the square
add/subtract ( half the coefficient of the x- term )² to x² - 8x
y = x² + 2(- 4)x + 16 - 16 - 9
= (x - 4)² - 25 ← in vertex form