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 solve and graph each inequality x-7&lt;-12
Keith_Richards [23]

For this case we must resolve the following inequality:

x-7

Adding 7 to both sides of the inequality:

x

Different signs are subtracted and the major sign is placed.

x

Thus, the solution is given by all the values of "x" less than -5.

The solution set is: (-∞, - 5)

Answer:

x

See attached image

3 0
3 years ago
Could you show me the process on how to get the volume. ​
Anettt [7]

Answer:

Volume = length x width x height.

You only need to know one side to figure out the volume of a cube.

The units of measure for volume are cubic units.

Volume is in three-dimensions.

You can multiply the sides in any order.

Which side you call length, width, or height doesn't matter.

Step-by-step explanation:

Volume = length x width x height.

You only need to know one side to figure out the volume of a cube.

The units of measure for volume are cubic units.

Volume is in three-dimensions.

You can multiply the sides in any order.

Which side you call length, width, or height doesn't matter.

4 0
3 years ago
Parallel Lines cut by a transversal
Tresset [83]

Answer:

-4

Step-by-step explanation:

1. They are alternate exteriors meaning they are supposed to be the same so you sort the equation like 134+x=130

2. Then you pass 134 both side like ×=130

-134

3. Which will equal :-4

7 0
2 years ago
Perform the experiment by spinning the spinner 7
castortr0y [4]

Answer:

0.3

Step-by-step explanation:

6 0
3 years ago
Read 2 more answers
Differentiate y=8x-3
Alexandra [31]

Answer:

dy/dx=8

Step-by-step explanation:

note this differentiating a constant you get zero for that of a function like 8x you would use the index or power of x to multiply the coefficient of the x after substrate 1 from the power of the x putting that in writing for the above question we get

y'=dy/dx=(8*1)x^(1-1) - 0

y'=dy/dx=8x^0

y'=dy/dx=8

6 0
3 years ago
Other questions:
  • The sum of three times a number n and 2
    14·1 answer
  • At a baseball game, the probability that a fan brings a glove is 0.08. The probability that a fan is left-handed is 0.12. What i
    6·2 answers
  • Luis es repartidor de leche el tiene 534 bolsas y las reparte entre cierto numero de tienda de modo que a cada le corresponde 28
    6·1 answer
  • A baseball team plays in a stadium that holds 62000 spectators. With the ticket price at $11, the average attendance has been 27
    9·1 answer
  • Is this correct?! <br> Correct me if i am wrong!
    13·2 answers
  • A group of mountain climbers beginner expedition with 250 pounds of food they play to be a total of 12 pounds of food per day ri
    6·1 answer
  • Give the algebraic expression by using variables and constant and arithmetic operations: i. Sum of the squares of x and y. ii.Pr
    7·1 answer
  • Help pls i'll give brainliest
    9·2 answers
  • Some one plz help!!! due in 10 min
    11·1 answer
  • The area of a rectangle is 27cm squared
    9·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!