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
PLS HELP MEEE !!!!!
kotykmax [81]

Answer:

5 terms

Step-by-step explanation:

x is one term

-3 is one term

2y is one term

-16 is one term

4x is one term

5 terms in total

7 0
2 years ago
Read 2 more answers
April took out a $600 loan from the bank.At the end of 5 years, she pays back the principle,plus $60 simple interest.What was th
Vedmedyk [2.9K]

Answer:

April took out a loan of $600 and paid it back with simple interest of $60 after 5 years. The formula to calculate interest is  given the principal  and the time   and the interest rate  is . For this problem we have to find the interest rate   given  . To archive that , we can just solve the equation making the interest rate the subject of the formula as shown below,

I= Prt

=> r= I/Pt

=> r= 60/600x5 = 1/50

The interest rate is 1/50 or 0.02 as a decimal. The interest rate is 2% as a percentage.

3 0
3 years ago
Alexis wants to make a paperweight at pottery class. He designs a pyramid-like model with a base area of 100 square centimeters
chubhunter [2.5K]

Answer:

1 g/cm³

Step-by-step explanation:

Volume of the model:

V=1/3bh= 1/3*100*6= 300 cm³

Density= weight/volume= 300 g/300 cm³= 1 g/cm³

The lowest density is 1 g/cm³

7 0
3 years ago
The length of a rectangle is 5 meters less than twice the width. If the area of the rectangle is 273 meters, find the dimensions
AleksandrR [38]

The length of the rectangle = 16 meters

The width of the rectangle = 10.5 meters

<u>Step-by-step explanation</u>:

Given that,

The Area of the rectangle is 273.

<u><em>Step 1</em></u><em> :</em>

Let, the width of the rectangle be 'x'

The length of the rectangle is 2x - 5

<u><em>Step 2</em></u><em> :</em>

Area of the rectangle = length \times width

                             273 = (2x - 5) x

                             273 = 2x^2 - 5x

<u><em>Step 3</em></u><em> :</em>

The equation formed is 2x^2 - 5x -273 = 0

a= coefficient of x^2 = 2

b= coefficient of x = -5

c = constant = -273

Find the roots of the equation, to find the width.

<u><em>Step 4</em></u><em> :</em>

Find the roots using factorizing method,

ac = 2\times-273 = -546 and b= -5

Factorizing -546 as -26\times21

The product of -26\times21 = -546

The sum of -26 + 21 = -5

<u><em>Step 5</em></u><em> :</em>

The roots of the equation 2x^2 - 5x -273 = 0 are x= -26/2 and x= 21/2

The values of x are x= -13 and x= 10.5

Since the width cannot be a negative value, neglect x= -13

<u><em>Step 6</em></u><em> :</em>

Therefore,

The width of the rectangle = 10.5 meters

The length of the rectangle = 2x-5

                                                = 2(10.5) - 5

                                                = 21 - 5

                                    length = 16 meters

5 0
3 years ago
In a study published on January 31, 2011 in The Proceedings of the National Academy of Sciences, researchers randomly assigned 1
Kaylis [27]

Answer:

d.

Step-by-step explanation:

Hello!

The objective of this test is to know if aerobic exercise modifies hippocampus activity. A random sample of 120 elderly men and women was taken and divided into two groups.

Group 1: Walked around a track three times a week.

Group 2: Did a variety of less aerobic exercises, including yoga and resistance training with bands.

After a year their brains were scanned showing that group 1 had an increase of 2% in their hippocampus and group 2 showed a decrease of 1.4%

a. True, this type of observational study can be the prelude to a more formal statistical study.

b. True, the explanatory variable is "type of exercise", it's the variable that the investigator suspects influence the hippocampus volume.

c. True, the objective of this experiment is to test if there is any modification on hippocampus volume, that's why the volume of the hippocampus was measured, before and after a year of exercise.

d. False, this is an observational study, you cannot establish a causal relationship between the two variables. Just inform you that there seems to be an association. To be able to generalize the results to all elderly population you need a more formal statistical experiment to support your conclusions.

I hope it helps!

5 0
3 years ago
Other questions:
  • Geoffrey is a lab technician and earns $9.65 per hour and works 40 hours a week. Estimate Geoffrey s annual wages, based on 50 w
    5·1 answer
  • The value of n needed to make the equation true.<br> n+19=40
    6·2 answers
  • Brandon wants to test drive a Lamborghini car and he needs the key. Each key ring has 6 keys. If there are 9 key rings, how many
    8·1 answer
  • Hola que es <br> 34+34+34+34+3+43+4+34+3+4+3
    15·2 answers
  • each morning a gardener uses 24 1/2 gallons of water from a metal reservoir.each afternoon,she adds 15 1/4 gallons of water to t
    6·1 answer
  • What is greater or are they equal<br> 1. 8.13 or 8.4<br> 2. 0.004 or 0.05<br> 3. 0.4repeating or 0.4
    13·1 answer
  • Domain and range for exponential function y=3x
    15·1 answer
  • Write 0.2 as a fraction in simplest form.
    15·2 answers
  • Which of the following is equivalent to the sum of expressions 2a^2 + 2 and a – 2
    7·1 answer
  • Find the number that makes the ratio equivalent to 4:5. 28:_
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!