1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Shkiper50 [21]
3 years ago
12

How many even 5-digit numbers can be formed from the numbers 1, 2, 4, 7, 8 if no digit is repeated in a number? A. 72 B. 120 C.

124 D. 128
Mathematics
1 answer:
katovenus [111]3 years ago
7 0
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


You might be interested in
Please tell me 1-3 which is similar and not thanks
gogolik [260]
The second and the third one are similar.
7 0
3 years ago
Read 2 more answers
Abhasra spent half of her week let allowance at the movies. to earn more money her parents let her clean the windows in the hous
lutik1710 [3]

Answer:

the answer is 16

Step-by-step explanation:

5 0
3 years ago
Given the following function, find f(-2), f(0), and f(1).<br> f(x) = 5x +5<br><br> f(-2) =
Finger [1]

Answer:

f(-2) = -5

f(0) = 5

f(1) = 10

Step-by-step explanation:

f(-2) = 5(-2) + 5 → -10 + 5 = -5

f(0) = 5(0) + 5 → 0 + 5 = 5

f(1) = 5(1) + 5 → 5 + 5 = 10

4 0
3 years ago
Read 2 more answers
A cashier earns $7 an hour. If x is the number of hours worked, which function represents the cashier’s earnings?
r-ruslan [8.4K]

well first u would have to find 7 and add of times 7X


8 0
3 years ago
PLEASE HELP !! ILL GIVE BRAINLIEST !!
artcher [175]

Answer:

hope this helps (if it does can i have brainliest, please??)

Step-by-step explanation:

I believe that is <KLJ and <MLJ

4 0
2 years ago
Read 2 more answers
Other questions:
  • Can someone help me on this
    11·2 answers
  • When a figure is translated on a coordinate grid, what conclusion can you draw from the pre-image and image?
    10·2 answers
  • What is the common difference for this arithmetic sequence?
    5·1 answer
  • Show that the maximum rate of change, with respect to radius, of the volume of a deflating balloon is four times the sphere's in
    9·1 answer
  • Which angle is congruent to B
    10·1 answer
  • Help ASAP!!!!! ;))) tyyy
    14·1 answer
  • Given the trigonometric function value of theata Find the exact value of all remaining trigonometric function csc(theata)= 7
    12·1 answer
  • PLEASE HELP ASAP!!! <br> :(
    12·1 answer
  • [\;p[\[p;[k\k\[pppppp
    13·1 answer
  • in fred's catering order 5/12 of the lunches are sandwiches 2/12 are salads and 4/12 are pastas. Which equation can be used to f
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!