\(\text{www.the}\beta\text{etafunction.com}\)
Home
Login
Questions: Algebra BusinessCalculus

Please login to create an exam or a quiz.

Business
Probability
New Random

A bag contains 3 green marbles, 5 pink marbles, 4 black marbles, 3 red marbles, and 4 orange marbles. If 3 marbles are selected, what is the probability of picking 3 black marbles?


There are \(\displaystyle C(19,3)=969\) to select 3 marbles. There are \(\displaystyle 4\) ways to select 3 black from 4 black. This gives the probability \(\displaystyle \frac{4}{969}\)

Download \(\LaTeX\)

\begin{question}A bag contains 3 green marbles,  5 pink marbles,  4 black marbles,  3 red marbles, and 4 orange marbles. If 3 marbles are selected, what is the probability of picking 3 black marbles?
    \soln{9cm}{There are $C(19,3)=969$ to select 3 marbles. There are $4$ ways to select 3 black from 4 black. This gives the probability $\frac{4}{969}$}

\end{question}

Download Question and Solution Environment\(\LaTeX\)
\documentclass{article}
\usepackage{tikz}
\usepackage{amsmath}
\usepackage[margin=2cm]{geometry}
\usepackage{tcolorbox}

\newcounter{ExamNumber}
\newcounter{questioncount}
\stepcounter{questioncount}

\newenvironment{question}{{\noindent\bfseries Question \arabic{questioncount}.}}{\stepcounter{questioncount}}
\renewcommand{\labelenumi}{{\bfseries (\alph{enumi})}}

\newif\ifShowSolution
\newcommand{\soln}[2]{%
\ifShowSolution%
\noindent\begin{tcolorbox}[colframe=blue,title=Solution]#2\end{tcolorbox}\else%
\vspace{#1}%
\fi%
}%
\newcommand{\hideifShowSolution}[1]{%
\ifShowSolution%
%
\else%
#1%
\fi%
}%
\everymath{\displaystyle}
\ShowSolutiontrue

\begin{document}\begin{question}(10pts) The question goes here!
    \soln{9cm}{The solution goes here.}

\end{question}\end{document}
HTML for Canvas
<p> <p>A bag contains 3 green marbles,  5 pink marbles,  4 black marbles,  3 red marbles, and 4 orange marbles. If 3 marbles are selected, what is the probability of picking 3 black marbles?</p> </p>
HTML for Canvas
<p> <p>There are  <img class="equation_image" title=" \displaystyle C(19,3)=969 " src="/equation_images/%20%5Cdisplaystyle%20C%2819%2C3%29%3D969%20" alt="LaTeX:  \displaystyle C(19,3)=969 " data-equation-content=" \displaystyle C(19,3)=969 " />  to select 3 marbles. There are  <img class="equation_image" title=" \displaystyle 4 " src="/equation_images/%20%5Cdisplaystyle%204%20" alt="LaTeX:  \displaystyle 4 " data-equation-content=" \displaystyle 4 " />  ways to select 3 black from 4 black. This gives the probability  <img class="equation_image" title=" \displaystyle \frac{4}{969} " src="/equation_images/%20%5Cdisplaystyle%20%5Cfrac%7B4%7D%7B969%7D%20" alt="LaTeX:  \displaystyle \frac{4}{969} " data-equation-content=" \displaystyle \frac{4}{969} " /> </p> </p>