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
Nvm i alr know the answer lol
Airida [17]

Answer:

ok lol

Step-by-step explanation:

5 0
3 years ago
HELP PLEASE!‼️‼️‼️!!!!!
mote1985 [20]
OMGG SIS I HAVE I READY TO ILL HELP YOU :DDD
4 0
3 years ago
An appliance store sells an oven for 25% off the original price. The sale price is $251.85, not including tax. What is the price
never [62]
$335.8
Take 251.85/75 and you get 3.358, multiply by 100 and you get your answer
5 0
2 years ago
The number of wins for a high school football team is measured for the season. When the team plays at home, it is generally beli
Svetach [21]

Hi there :)

Question :

........

☆ The scatter plot would closely resemble a straight line with a negative slope. The data has a strong, negative correlation, and a causal relationship exists between the team playing at home and winning.

☆ The scatter plot would closely resemble a straight line with a negative slope. The data has a strong, negative correlation, but causation cannot be determined.

☆ The scatter plot would not be represented by a line of best fit with a negative slope. There is a weak correlation between the football team playing at home and winning.

☆ There is no causation and almost no correlation between the football team playing at home and winning.

Direct Answer- <em><u>Option A</u></em>

<em>Answer Explanation -</em>

<u>r = -0.91</u>

Negative, so opposite directions, which can be explained as for example, the more the team travels(plays away games), the less games it wins.

| r | = 0.91, which is quite close to 1, so a significant relationship. Also, Negative relation means that the scatter plot would be represented by a straight line with a negative slope, and so,<em><u> correct answer is Option A</u></em>

<em>Method explanation :-</em>

Correlation coefficients measure the relationship between variables, the closer | r | is to 1, the stronger the relationship will be.

If the coefficient is positive, then there will be a positive relationship. If the coefficient is negative, then there is a negative relationship.

5 0
2 years ago
A circle with circumference 12 and has an arc with a 48, degrees central angle.What is the length of the arc?
Phantasy [73]

Answer:

0.1754596 ft

Step-by-step explanation:

5 0
3 years ago
Read 2 more answers
Other questions:
  • 11,760,825 how do i weight in exspanded form
    13·1 answer
  • I WILL GIVE BRAINLIEST TO THE CORRECT ANSWER!!!
    15·2 answers
  • How many parts does it take to cover 1/4 of a triangle
    11·1 answer
  • I NEED ASAP!!! PLEASE. Mom Nick has 7.00$. Bagels cost 0.75$ each and a small container of cream cheese is 1.29$. Write an inequ
    9·1 answer
  • Describe the location of point (−2, 6, 7) in three-dimensional coordinate space.
    9·1 answer
  • LSAT test scores are normally distributed with a mean of 152 and a standard deviation of 10. Find the probability that a randoml
    7·1 answer
  • “ Fill in the blank to make the solution correct 5.6 times ? = -19.04
    11·2 answers
  • What is the length of the hypotenuse of a right triangle with sides that measure 7 cm and 24 cm?
    8·1 answer
  • If you tell me to host this file I will report you please help
    14·1 answer
  • The temperature in Greenland was -12°. For 4
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!