2020 AMC 10B Problems/Problem 3

Revision as of 16:49, 7 February 2020 by Quacker88 (talk | contribs) (Created page with "==Problem 3== The ratio of <math>w</math> to <math>x</math> is <math>4:3</math>, the ratio of <math>y</math> to <math>z</math> is <math>3:2</math>, and the ratio of <math>z</...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem 3

The ratio of $w$ to $x$ is $4:3$, the ratio of $y$ to $z$ is $3:2$, and the ratio of $z$ to $x$ is $1:6$. What is the ratio of $w$ to $y$?

$\textbf{(A)}\ 4:3 \qquad\textbf{(B)}\ 3:2 \qquad\textbf{(C)}\  8:3 \qquad\textbf{(D)}\ 4:1 \qquad\textbf{(E)}\ 16:3$

Solution 1

WLOG, let $w=4$ and $x=3$.

Since the ratio of $z$ to $x$ is $1:6$, we can substitute in the value of $x$ to get $\frac{z}{3}=\frac{1}{6} \implies z=\frac{1}{2}$.

The ratio of $y$ to $z$ is $3:2$, so $\frac{y}{\frac{1}{2}}=\frac{3}{2} \implies y=\frac{3}{4}$.

The ratio of $w$ to $y$ is then $\frac{4}{\frac{3}{4}}=\frac{16}{3}$ so our answer is $\boxed{\textbf{(E)}\ 16:3}$ ~quacker88