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)
Answer:
Cash price
Step-by-step explanation:
The computation is shown below:
The Interest rate per month (r) = (9% ÷ 12) = 0.75%
Now Present value of the monthly payment is
= PMT × {[(1 + rate of interest)^number of years - 1] ÷ rate of interest}
= 1,499 × {[(1 + 0.75%)^12 - 1] ÷ 0.75%}
= 18,748.89
And the cash price is 15,999
So, the cash price would be lower
Answer:
B.
Step-by-step explanation:
i think its right
I hope this helps you
5 1/2=5.2+1/2=11/2
3.11/2
33/2
15 3/2
16,5
An outside angle of a triangle is equal to the sum of the two opposite inside angles.
Using the information in the picture, 132 is an outside angle and x and (3x-24) are the two opposite inside angles.
Setting up the equation you would have: 132 = x + (3x-24)
Now solve for x:
132 = x + (3x-24)
Simplify:
132 = 4x -24
Add 24 to both sides:
156 = 4x
Divide both sides by 4:
x = 156/4
x = 39