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
Answer:
third option
Step-by-step explanation:
time ('x') is the independent variable so that leaves only options 1 and 3 as the answer
is the slope equal to 0.6 or 1.8?
I used the slope formula with the following points: (1,2) and (5,9)
(9-2) / (5-1) = 7/4 = 1.75, or 1.8
1) Solve one of the equations for either variable.
2) Substitute the expression from Step 1 into the other equation.
3) Solve the resulting equation.
4) Substitute the solution in Step 3 into one of the original equations to find the other variable.
5) Write the solution as an ordered pair.
The answer is C. and E.
--
Work shown below:
A. 500 divided by 6 equals 83.33.
B. 600 divided by 3 equals 200.
C. 100 divided by 4 equals 25. (CORRECT)
D. 150 divided by 5 equals 30.
E. 200 divided by 8 equals 25. (CORRECT)
--
Hope this could help you.
Answer:
1 3/5
Step-by-step explanation: First you have to line the fractions up then you add what is under the 1 which is nothing then you add 2 and 4 and get 6 then you add 12 and 3 and get 15 then it can be simplified then you get 1 3/5