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 answer I got was C = The car used 70 gallons of gas to go 3 miles.
Hope this helps.
Answer:
y= -5
Step-by-step explanation:
x=0 is a vertical graph hence the perpendicular graph would be a horizontal line, a y= ____ graph.
Since it passes through the point (-2, -5),
the equation of the line is y= -5.
This would be in slope- intercept form since the gradient of horizontal lines is zero.
y= mx +c, where m is the gradient and c is the y-intercept.
Given that gradient =0, m=0
y= 0x +c
when x= -2, y= -5,
-5= 0(-2) +c
-5= c
c= -5
Thus the equation is y= -5.