• 0
Votes
name

A PHP Error was encountered

Severity: Warning

Message: Undefined array key "userid"

Filename: views/question.php

Line Number: 212

Backtrace:

File: /home/statpmkj/public_html/application/views/question.php
Line: 212
Function: _error_handler

File: /home/statpmkj/public_html/application/controllers/Questions.php
Line: 416
Function: view

File: /home/statpmkj/public_html/index.php
Line: 315
Function: require_once

a) what is the probability that if you select one marble it will be orange? ( round to 2 decimal places)

b) what is the probability that if you select 2 marbles (one at a time without replacement) the first will be green and the second will be blue?

c) What is the probability that you select a red or a blue marble?

The total sample space is = 48

probability that an orange marble is selected is 15/48 = 0.31 (2 dc.)

b.

Probablity (Green and the Blued) = 12/48*7/47 =  0.04 (d dc), the sample space reduced to 47 after the first marble has been selected,

c.

The probability of selecting a Red or a blue Marble,

x = 14 + 7 =  21

Probability (Red or Blue) = 21/48  = 0.44 (to two decimal places)

  • 1
Reply Report