Hello,
Let's place the last digit: it must be 2 or 4 or 8 (3 possibilities)
It remainds 4 digits and the number of permutations fo 4 numbers is 4!=4*3*2*1=24
Thus there are 3*24=72 possibilities.
Answer A
If you do'nt believe run this programm
DIM n(5) AS INTEGER, i1 AS INTEGER, i2 AS INTEGER, i3 AS INTEGER, i4 AS INTEGER, i5 AS INTEGER, nb AS LONG, tot AS LONG
tot = 0
n(1) = 1
n(2) = 2
n(3) = 4
n(4) = 7
n(5) = 8
FOR i1 = 1 TO 5
FOR i2 = 1 TO 5
IF i2 <> i1 THEN
FOR i3 = 1 TO 5
IF i3 <> i2 AND i3 <> i1 THEN
FOR i4 = 1 TO 5
IF i4 <> i3 AND i4 <> i2 AND i4 <> i1 THEN
FOR i5 = 1 TO 5
IF i5 <> i4 AND i5 <> i3 AND i5 <> i2 AND i5 <> i1 THEN
nb = ((((n(i1) * 10) + n(i2)) * 10 + n(i3)) * 10 + n(i4)) * 10 + n(i5)
IF nb MOD 2 = 0 THEN
tot = tot + 1
END IF
END IF
NEXT i5
END IF
NEXT i4
END IF
NEXT i3
END IF
NEXT i2
NEXT i1
PRINT "tot="; tot
END
D
E
AP3X..
QuIz
anskskskssksksskskwwf
The next term in this fraction sequence is 1/3.
To find the next term in this sequence, we can start by converting all of the fraction into a common denominator (so we can compare them better). The least common denominator for all of these number is 12. Now we can convert them all to something over 12.
To convert 2/3 to something over 12, we must find what form of one we must multiply 3 (the denominator) by to get 12. 12/3 is 4, so we must multiply by 4/4. This gives us 2/3 = 8/12.
Since 7/12 is already over twelve, we can just leave it alone.
To convert 1/2 to something over 12, we need to find what we have to multiply 2 by to get 12. 12/2 is 6, so now we need to multiply 1/2 by 6/6, which gives us 1/2 = 6/12.
5/12 is already over twelve, so we can just leave it alone.
Now we need to put them back in order. We have:
8/12, 7/12, 6/12, 5/12... Just by looking at them, we can see that the denominators are getting smaller by 1. That means that the next term in the sequence will be less than the previous one by 1/12. What term is less than 5/12 by 1/12? 4/12 is. But, that's not our answer. We can simplify 4/12 to get our answer of 1/3.
Answer:
n = 0.37
Step-by-step explanation:
Answer is B
4 square root of 2i