84.9k views
2 votes
In sale time at a certain clothing store, all shoes are on sale for $8 less than 50% of the original price. Write a function g that finds 50% of x by first rewriting 50% as a fraction or a decimal.

1 Answer

2 votes

well, we can say that the function will be y = (50% of "x") - 8.

wait a minute! what's the 50% of "x" anyway?


\begin{array}ll \cline{1-1} \textit{a\% of b}\\ \cline{1-1} \\ \left( \cfrac{a}{100} \right)\cdot b \\\\ \cline{1-1} \end{array}~\hspace{5em}\stackrel{\textit{50\% of x}}{\left( \cfrac{50}{100} \right)x}\implies 0.5x~\hfill {\LARGE \begin{array}{llll} g=0.5x - 8 \end{array}}

User Ella Gogo
by
4.6k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.