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
DerKrebs [107]
3 years ago
7

What is the probability that k is the smallest integer in a subset of four different numbers chosen from 1 through 20 (1 ≤ k ≤ 1

7)?
Mathematics
1 answer:
Korolek [52]3 years ago
6 0
Hello,

p=4845/116280=0.041666....
=================================
DIM k AS INTEGER, nFav AS LONG, nTot AS LONG, a AS INTEGER, b AS INTEGER, c AS INTEGER, d AS INTEGER
nTot = 0
nFav = 0
FOR k = 1 TO 17
    FOR a = k + 1 TO 18
        FOR b = a + 1 TO 19
            FOR c = b + 1 TO 20
                nFav = nFav + 1
                PRINT nFav; k; a; b; c
            NEXT c
        NEXT b
    NEXT a
NEXT k
nTot = 0
FOR a = 1 TO 20
    FOR b = 1 TO 20
        IF b <> a THEN
            FOR c = 1 TO 20
                IF c <> b AND c <> a THEN
                    FOR d = 1 TO 20
                        IF d <> c AND d <> b AND d <> a THEN
                            nTot = nTot + 1
                            PRINT nTot; a; b; c; d

                        END IF
                    NEXT d
                END IF
            NEXT c
        END IF
    NEXT b
NEXT a
PRINT "nFav="; nFav, "nTot="; nTot, "prob="; nFav / nTot
END



You might be interested in
What is the completely factored form of x4 + 8x2 – 9? (x + 1)(x – 1)(x + 3)(x + 3) (x+1)(x+1)(x+3){x^2+9} (x2 – 1)(x + 3)(x – 3)
Y_Kistochka [10]

Answer:

(x+1)(x-1)(x^2+9)

Step-by-step explanation:


5 0
3 years ago
Convert 1.43 g/mL to the unit g/m3.
viktelen [127]
1430000 is the answer to Converting 1.43 g/mL to the unit g/m3 Also, <span>1 ml = 1cm3 = 1E-6 m3 </span>
1.43/ml= 1.43E-6 g/m3 (1.43 x 10-6 g/m3) and 1.43 x 106 (grams / cubic meter) =0.15158 kg / m<span>3</span>
8 0
3 years ago
What is the definition of csc θ ?
Greeley [361]
Csc is the inverse of sin. This means the formula in regards to a triangle for csc is h/o, unlike o/h for sin. csc can also be knows as 1/sin. 
3 0
3 years ago
Convert to decimal 5 3/7
ASHA 777 [7]
5 3/7<span> = 5.428571428571429 or 5.43</span>
8 0
3 years ago
Read 2 more answers
My question is in the picture, someone please answer it!
joja [24]

Answer:

i dont understand. also you shouldnt put big points because people wil look at that then get ur points

Step-by-step explanation:

4 0
3 years ago
Read 2 more answers
Other questions:
  • If Benito earns $187.50 for 12.5 hours of work, how many hours must he work to earn $465.00?
    15·2 answers
  • On a map drawn to scale, 2 cm represents 870 km. How long would a line segment be thats represents 130 kilometers?​
    14·1 answer
  • Solve equation 3-8c = 35
    11·1 answer
  • A meteorologist forecasted that Monday's hight temperature would be 76F. On Monday, the temperature reached 80F. What is the per
    13·1 answer
  • PLEASE HELP :(
    11·1 answer
  • What are the correct answers? ​
    6·1 answer
  • I need help on this
    9·2 answers
  • What is 5/8 as a mixed number​
    13·2 answers
  • Cups are sold in packages of 8. Napkins are sold in packages of 6. If you want to purchase the fewest number of cups and the few
    9·1 answer
  • Find the product. put your answer in simplest form. 2 x 1/8=
    8·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!