Answer:
648
Step-by-step explanation:
Running this in Python, with the code as follows,
import math
cur_numbers = [0] * 3
num = 0
for i in range(100, 1000):
cur_numbers[2] = i % 10
i = math.floor(i/10)
cur_numbers[1] = i % 10
i = math.floor(i/10)
cur_numbers[0] = i % 10
if(len(set(cur_numbers)) == 3):
num += 1
print(cur_numbers)
print(num), we get 648 as our answer.
Another way to solve this is as follows:
There are 9 possibilities for the hundreds digit (1-9). Then, there are 10 possibilities for the tens digit, but we subtract 1 because it can't be the 1 same digit as the hundreds digit. For the ones digit, there are 10 possibilities, but we subtract 1 because it can't be the same as the hundreds digit and another 1 because it can't be the same as the tens digit. Multiplying these out, we have
9 possibilities for the hundreds digit x 9 possibilities for the tens digit x 8 possibilities for the ones digit = 648
Step-by-step explanation:
(5.6) × 1/8

Here the unit fraction is 1/8
multiply 5.6 times 1
so its 5.6. then divide the decimal by 8
we know that 8 times 7 is 56
so 56 divide by 8 is 7
we have decimal point 1 number to the left
so we move decimal point 2 place left
Hence 5.6 divide by 8 is 0.7

Answer: 0.7
Answer:
8 months
Step-by-step explanation:
Subtract $150 from $430 to get $280, the amount if money that Manuel has to earn to reach his goal.
If he is adding $35 to his account each month, then all you have to do is divide the amount you need by the amount you are earning each month to get the number of months until you reach your goal.
$280 divided by $35 is 8, so it would take 8 months for Manuel to reach his goal.
A whole circle is 360 degrees. So add up the known degrees (115+105+60)=280degrees
Then 360-280=80 degrees