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
(a - b)(a2 + ab + b2)
Colt1911 [192]

Answer:

THE ANSWER IS THIS FOR THE QUESTION UP TOP

8 0
3 years ago
Hi, hope you are well, please help me on this (:
valina [46]

Answer:

1. True

2. False

3. True

Step-by-step explanation:

1. (x,y) = (3,1). x = 3; y = 1

2. Vertical is y and horizontal is x

3. The origin is (0,0), The only time these two x and y axis intercept.

5 0
2 years ago
EASY QUESTIONS! <br> Whats 1+1?
lord [1]
The answer would be 2
5 0
3 years ago
Read 2 more answers
What is the center and radius of the circle given by x2 + y2 - 10x - 12y + 24 = 0?​
AveGali [126]

Answer:

centre (5, 6 ) , r = \sqrt{37}

Step-by-step explanation:

the equation of a circle in standard form is

(x - h)² + (y - k)² = r²

where (h, k ) are the coordinates of the centre and r the radius

given

x² + y² - 10x - 12y + 24 = 0 ( collect x and y terms together and subtract 24 from both sides )

x² - 10x + y² - 12y = - 24

using the method of completing the square

add ( half the coefficient of the x / y terms)² to both sides

x² + 2(- 5)x + 25 + y² + 2(- 6)y + 36 = - 24 + 25 + 36

(x - 5)² + (y - 6)² = 37 ← in standard form

with centre (h, k ) = (5, 6 ) and r = \sqrt{37}

3 0
2 years ago
SERIOUS MATH HELP PLEAZE<br> SHOW WORK OR AN EXPLANATION<br> HELPPPPPPPPPPPP
pav-90 [236]

Answer:

It's B.

Step-by-step explanation:

Z=-3, z=6

6 0
2 years ago
Other questions:
  • BRAINLIESTTTT PLEASE ASAP!!!
    14·1 answer
  • Can you turn these inequalities into y=mx+b form? <br> y&gt; 3x-6<br><br><br> 4x-y&lt;7
    9·1 answer
  • What would 24 above 28 be??
    8·2 answers
  • An airline charges one fee for small luggage bags, and a larger fee for large luggage bags. One family checks five small bags an
    10·2 answers
  • Consider cases where the number of withholding allowances is less than 6. Which will cause the amount of federal income tax with
    11·2 answers
  • WILL GIVE A BRAINLEST<br><br> Which piecewise relation defines a function?
    9·2 answers
  • Ill give brainliest
    14·1 answer
  • What fraction breaks 35 into 5 equal parts?​
    5·1 answer
  • The cone has a base diameter of 17 inches and a height of 6 inches. Find the volume of the cone using 3.14/pi. Round your answer
    13·1 answer
  • She counted the money and found out she has $14.90 in the jar. How many dimes and quarters does she have?
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!