Our number system is in base 10, which means that each digit has a value that is a multiple of 10.
For ex:
877 literally means
8 7 7 where each digit is multiplied by
10^ 2 10 ^1 10^0 respectively
which is 8 * 10^ 2 + 7 * 10^1 + 7 * 10^0 = 8 * 100 + 7 * 10 + 7 * 1 = 800 + 70 + 7 = 877
Binary is in base 2, so each of its digits (which can only be 0 or 1) are multiplied by multiples of 2 (2^0, 2^1, 2^2 ect.)
To find what 877 is in binary you can do the following:
the symbol : means divide and i'll write the quotient + the remainder
877 : 2 = 438 + 1 (438 is the quotient, 1 is the remainder)
438 : 2 = 219 + 0
219 : 2 = 109 + 1
109 : 2 = 54 + 1
54 : 2 = 27 + 0
27 : 2 = 13 + 1
13 : 2 = 6 + 1
6 : 2 = 3 + 0
3 : 2 = 1 + 1
1: 2 = 0 + 1
now write ALL off the remainders from BOTTOM to TOP:
1101101101
use a similar step for octal (use 8 instead of 2 as the divisor) and hexidecimal (use 16 instead of 2 as the divisor)
A parabolic function's key characteristic is either having 2 x-intercepts or 2 y-intercepts. That is the reason why the standard form of parabolic functions are:
(x-h)^2 = +/- 4a(y-k) or (y-k)^2 = +/- 4a(x-h), where
(h,k) is the coordinates of the vertex
4a is the lactus rectum
a is the distance from the focus to the vertex
This is also called vertex form because the vertex (h,k) is grouped according to their variable.
Since we don't know any of those parameters, we'll just have to graph the data points given as shown in the picture. From this data alone, we can see that the parabola has two x-intercepts, x=-4 and x=-2. Since it has 2 roots, the parabola is a quadratic equation. Its equation should be
y = (x+4)(x+2)
Expanding the right side
y = x²+4x+2x+8
y = x²+6x+8
Rearrange the equation such that all x terms are on one side of the equation
x²+6x+___=y-8+___
The blank is designated for the missing terms to complete the square. Through completing the squares method, you can express the left side of the equation into (x-h)² form. This is done by taking the middle term, dividing it by two, and squaring it. So, (6/2)²=9. Therefore, you put 9 to the 2 blanks. The equation is unchanged because you add 9 to both sides of the equation.
The final equation is
x²+6x+9=y-8+9
(x+3)²=y+1
1/4 I think because you would limit the eights
Answer:
The correct answer here is 2/3
Step-by-step explanation:
That is because 7 doubled is 14 and 7 multiplied by 3 is 21.