Answer:
x = 2
Step-by-step explanation:
note that 4096 =
, then
= 
Since bases on both sides are equal, both 8 , then equate the exponents
2x = 4 ( divide both sides by 2 )
x = 2
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:
1/41416353 probability of all five numbers and the mega number matching the winning numbers
Step-by-step explanation:
A probability is the number of desired outcomes divided by the number of total outcomes.
In this question, the order of the numbers is not important. So we use the combinations formula to solve this question.
Combinations formula:
is the number of different combinations of x objects from a set of n elements, given by the following formula.

Probability of the five numbers matching:
Desired outcomes: 1 -> the matching numbers
Total outcomes: 5 from a set of 47. So

Probability:

Probability of the mega number matching:
1 from a set of 27. So

Probability of both matching:
Independent events, so we multiply the probabilities:

1/41416353 probability of all five numbers and the mega number matching the winning numbers
Her new balance is 0 trust me i did this wuestion before. Lets say she had a negative balance of 47, she puts 47 and thats what she owes so -47- (-47)=0☺️
I think it’s going to be B.