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
Um the answer is kinda hard to do cause the answer is 9.70e17, but i dont know how to do that in scientific notation.
<h3>
Answer: 180 degrees</h3>
note: it doesn't matter if its clockwise or counterclockwise when it comes to 180 degree rotations.
========================================
Explanation:
The rule for 180 degree rotations is
(x,y) ---> (-x, -y)
So the x and y coordinates flip in sign from positive to negative, or vice versa.
Point D ' (-3, 5) rotates to D ' (3, -5) following this rule
-----------------
A further detailed break down might look like this
x = -3 becomes -x = -(-3) = 3
y = 5 becomes -y = -5
(-3, 5) ----> (3, -5)
Answer:
14.85
Step-by-step explanation:
The area of a triangle is given by
A = 1/2 bh where b is the base and h is the height
A =1/2 ( 6.6)(4.5)
A = 14.85
33.3% x 81
0.333 x 81
=26.973 answer