SOLUTION: you wrote a computer program that generate two random numbers between 1 and 8. what is the probability that both values will be less than 4
Algebra.Com
Question 608770: you wrote a computer program that generate two random numbers between 1 and 8. what is the probability that both values will be less than 4
Answer by stanbon(75887) (Show Source): You can put this solution on YOUR website!
you wrote a computer program that generate two random numbers between 1 and 8. what is the probability that both values will be less than 4
------
For a single value to be less than 4:
# of ways to succeed: 3
# of random results: 8
P(a single digit is < 4) = 3/8
----
P(2 selected digits are < 4) =(3/8)^2 = 9/64
============================
Cheers,
Stan H.
RELATED QUESTIONS
paige wrote a computer program that generates two random numbers between 1 and 11. when... (answered by MathLover1,greenestamps)
Excel RAND Function. Most computer languages include a function that can be used to... (answered by onyulee)
All assignments will only be accepted in Word 2003 (.doc) format. That means if you do an (answered by solver91311)
Write a program that
a. Generates 50,000 random numbers and puts them in an array.
(answered by ikleyn)
A random number generator generates numbers between 0 and 10. Let random variable X be... (answered by rothauserc)
a computer program randomly selects a number between 1 and 5. at the same time, jasmine... (answered by stanbon)
A computer store has 10 copies of a word processing program, 12 copies of a spread sheet... (answered by edjones,aswathytony)
a computer program consists of two blocks written independently by two different... (answered by stanbon,avadhut007,ikleyn)
the random number generator on calculators generate a number between 0 and 1.The random... (answered by fractalier)