Answer:
B. g(x) = (x + 4)²
Step-by-step explanation:
f(x) = x²
And since graph g(x) is f(x) moved 4 points along x-axis and to the right,
g(x) will be equal to (x + 4)²
g(x) = (x + 4)²
Answer:
X=75
Y=110
Step-by-step explanation:
A straight line is 180, so add the equations that make a line and set them equal to 180
x+20+x+10=180
Combine like terms
2x+30=180
Subtract 30 from both sides
2x=150
Divide by 2
X=75
Same for y
y+y-40=180
2y-40=180
Add 40 to both sides
2y=220
Divide by 2
Y=110
Answer:
56.4
Step-by-step explanation:
To convert decimal number 86.25, we convert its integer and fraction part individually and then add them to get the equivalent hexadecimal number, as below:
To convert integer 86 to hexadecimal, follow these steps:
Divide 86 by 16 keeping notice of the quotient and the remainder. Continue dividing the quotient by 2 until you get a quotient of zero.
Then just write out the remainders in the reverse order to get the equivalent hexadecimal number.
86 / 16 = 5 with remainder 6
5 / 16 = 0 with remainder 5
Here is the answer to 86 decimal to hexadecimal number:
56
For converting decimal fraction 0.25 to hexadecimal number, follow these steps:
Multiply 0.25 by 16 keeping notice of the resulting integer and fractional part. Continue multiplying by 16 until you get a resulting fractional part equal to zero (we calcuclate upto ten digits).
Then just write out the integer parts from the results of each multiplication to get equivalent hexadecimal number.
0.25 × 16 = 4 + 0
Here is the answer to 0.25 decimal to hexadecimal number:
0.4
Therefore, decimal number 86.25 converted to hexadecimal is equal: 56.4