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
2. What is the x-value to the solution for the system of equations y = -5x - 9 and y = 2x<br> + 5.
pav-90 [236]

Answer:

The x-value is -2

Step-by-step explanation:

U can substitute any of the equations for y

-5x + (-9) = 2x + 5

-9 = 7x + 5

-14 = 7x

-2 = x

x = 2

7 0
2 years ago
What is the equation of the line shown written in slope-intercept form?
Nataly [62]
It would be Y=2 as it's a horizontal line at y=2
6 0
3 years ago
Read 2 more answers
Solve for x. Assume that segments that appear to be tangent are tangent. Round your final answer to the nearest tenth, if necess
Butoxors [25]

Answer:

x= 16.6

Step-by-step explanation:

The circle is unnecessary. You can just use Pythag Theorem

so

9^2+14^2= c^2

81 + 196 = 277

square root 277

16.64

round to the nearest tenth...

16.6

6 0
2 years ago
What is 1163853739x948096388
Free_Kalibri [48]
Standard calculator will tell you that this is <span>1.1034455e+18 If that makes sense</span>
5 0
2 years ago
Read 2 more answers
Please help... no links ​
iris [78.8K]
If I get a uniform then I make the team.
4 0
3 years ago
Other questions:
  • Greg is trying to solve a puzzle where he has to figure out two numbers, x and y. Three less than two-third of x is greater than
    5·1 answer
  • An isosceles triangle has an angle that measures 130°. Which other angles could be in that isosceles triangle? Choose all that a
    7·1 answer
  • Which statement is true? A. 1 hour is 60 minutes, and 30 minutes is 2 hours. B. 2 days is 48 hours, and 2 hours is 120 minutes.
    7·2 answers
  • Round 59.983 to the nearest tenth
    8·1 answer
  • Peter has been saving his loose change for several days. When he counted his quarters and dimes, he found they had a total value
    13·2 answers
  • Carl wants to give away 13 of his baseball card collection. He is going to divide it among his 3 friends. What fraction of the o
    9·1 answer
  • What are the coordinates of the point (-3,4) after a translation of 2 units down and 5 units left
    5·1 answer
  • Pls help these are due TODAY!!!!
    12·1 answer
  • The graph shown below is a scatter plot:
    15·1 answer
  • What is the area of parallelogram ABCD?
    5·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!