Step-by-step explanation:
25 as binary number is
11001
1×2⁴ + 1×2³ + 0×2² + 0×2¹ + 1×2⁰ = 16 + 8 + 1 = 25
25×2 = 50 = 11001 × 2 = 110010
multiplying a binary number by 2 is the save effect as multiplying a normal decimal number by 10 : all digits move one position to the left, and a 0 is put into the empty right position.
and so, we see
110P = 110010
P = 010
FYI : you normally don't mix binary and decimal numbers. if one of the numbers is binary, then all the others have to be binary too.
so, the problem should have looked like
110P/10 = 11001
110P = 11001×10 = 110010
P = 010
The equation for this problem would be:
x+y = 16
Rearranging the equation, it can be expressed as:
y = 16 - x
To obtain ordered pairs, replace random values of x up to 16 to find the value of y. The ordered pairs are tabulated and the graph is shown in the attached picture.
Yes they can! Just because two plots have the same IQR and range, does not mean that the rest of the data has to be the exact same. For example, the median.
Answer:
I believe the answer is B. 15/5 = n/12
Step-by-step explanation:
Once again same method as I've explained before. However, this one tricked me a little bit and still is because of the appearance of the smaller triangle. However, If I don't focus on that I believe this answer is correct. This is because in order to find the missing side we need to find the factor of which the triangle was expanded. So we must divide a given side of the bigger triangle by the same similar side of the little triangle, like 15/5. Then we must divide n by its similar side which the appearance made me think 13 which is not an option so I believe it is 12 and it was just trying to throw me off. So n/12. Therefore that is why I believe B is correct.
Answer:
3x²+6x+2
Step-by-step explanation:
f(x)+g(x)-h(x)
=(3x+5)+(4x²-2)-(x²-3x+1)
=3x+5+4x²-2-x²+3x-1
=6x²+2+3x
=3x²+6x+2 (rearrange)