Found problems: 145
2017 Junior Regional Olympiad - FBH, 1
Price of the book increased by $20\%$, and then decreased by $10\%$. How many percents should we decrease current price so we get a price which is $54\%$ percent of an original one?
1956 AMC 12/AHSME, 45
A wheel with a rubber tire has an outside diameter of $ 25$ in. When the radius has been decreased a quarter of an inch, the number of revolutions in one mile will:
$ \textbf{(A)}\ \text{be increased about }2\% \qquad\textbf{(B)}\ \text{be increased about }1\%$
$ \textbf{(C)}\ \text{be increased about }20\% \qquad\textbf{(D)}\ \text{be increased about }\frac {1}{2}\% \qquad\textbf{(E)}\ \text{remain the same}$
1950 AMC 12/AHSME, 22
Successive discounts of $10\%$ and $20\%$ are equivalent to a single discount of:
$\textbf{(A)}\ 30\% \qquad
\textbf{(B)}\ 15\% \qquad
\textbf{(C)}\ 72\% \qquad
\textbf{(D)}\ 28\% \qquad
\textbf{(E)}\ \text{None of these}$
2011 AMC 8, 7
Each of the following four large congruent squares is subdivided into combinations of congruent triangles or rectangles and is partially [b]bolded[/b]. What percent of the total area is partially bolded?
[asy]
import graph; size(7.01cm); real lsf=0.5; pen dps=linewidth(0.7)+fontsize(10); defaultpen(dps); pen ds=black; real xmin=-0.42,xmax=14.59,ymin=-10.08,ymax=5.26;
pair A=(0,0), B=(4,0), C=(0,4), D=(4,4), F=(2,0), G=(3,0), H=(1,4), I=(2,4), J=(3,4), K=(0,-2), L=(4,-2), M=(0,-6), O=(0,-4), P=(4,-4), Q=(2,-2), R=(2,-6), T=(6,4), U=(10,0), V=(10,4), Z=(10,2), A_1=(8,4), B_1=(8,0), C_1=(6,-2), D_1=(10,-2), E_1=(6,-6), F_1=(10,-6), G_1=(6,-4), H_1=(10,-4), I_1=(8,-2), J_1=(8,-6), K_1=(8,-4);
draw(C--H--(1,0)--A--cycle,linewidth(1.6)); draw(M--O--Q--R--cycle,linewidth(1.6)); draw(A_1--V--Z--cycle,linewidth(1.6)); draw(G_1--K_1--J_1--E_1--cycle,linewidth(1.6));
draw(C--D); draw(D--B); draw(B--A); draw(A--C); draw(H--(1,0)); draw(I--F); draw(J--G); draw(C--H,linewidth(1.6)); draw(H--(1,0),linewidth(1.6)); draw((1,0)--A,linewidth(1.6)); draw(A--C,linewidth(1.6)); draw(K--L); draw((4,-6)--L); draw((4,-6)--M); draw(M--K); draw(O--P); draw(Q--R); draw(O--Q); draw(M--O,linewidth(1.6)); draw(O--Q,linewidth(1.6)); draw(Q--R,linewidth(1.6)); draw(R--M,linewidth(1.6)); draw(T--V); draw(V--U); draw(U--(6,0)); draw((6,0)--T); draw((6,2)--Z); draw(A_1--B_1); draw(A_1--Z); draw(A_1--V,linewidth(1.6)); draw(V--Z,linewidth(1.6)); draw(Z--A_1,linewidth(1.6)); draw(C_1--D_1); draw(D_1--F_1); draw(F_1--E_1); draw(E_1--C_1); draw(G_1--H_1); draw(I_1--J_1); draw(G_1--K_1,linewidth(1.6)); draw(K_1--J_1,linewidth(1.6)); draw(J_1--E_1,linewidth(1.6)); draw(E_1--G_1,linewidth(1.6));
dot(A,linewidth(1pt)+ds); dot(B,linewidth(1pt)+ds); dot(C,linewidth(1pt)+ds); dot(D,linewidth(1pt)+ds); dot((1,0),linewidth(1pt)+ds); dot(F,linewidth(1pt)+ds); dot(G,linewidth(1pt)+ds); dot(H,linewidth(1pt)+ds); dot(I,linewidth(1pt)+ds); dot(J,linewidth(1pt)+ds); dot(K,linewidth(1pt)+ds); dot(L,linewidth(1pt)+ds); dot(M,linewidth(1pt)+ds); dot((4,-6),linewidth(1pt)+ds); dot(O,linewidth(1pt)+ds); dot(P,linewidth(1pt)+ds); dot(Q,linewidth(1pt)+ds); dot(R,linewidth(1pt)+ds); dot((6,0),linewidth(1pt)+ds); dot(T,linewidth(1pt)+ds); dot(U,linewidth(1pt)+ds); dot(V,linewidth(1pt)+ds); dot((6,2),linewidth(1pt)+ds); dot(Z,linewidth(1pt)+ds); dot(A_1,linewidth(1pt)+ds); dot(B_1,linewidth(1pt)+ds); dot(C_1,linewidth(1pt)+ds); dot(D_1,linewidth(1pt)+ds); dot(E_1,linewidth(1pt)+ds); dot(F_1,linewidth(1pt)+ds); dot(G_1,linewidth(1pt)+ds); dot(H_1,linewidth(1pt)+ds); dot(I_1,linewidth(1pt)+ds); dot(J_1,linewidth(1pt)+ds); dot(K_1,linewidth(1pt)+ds);
clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle);
[/asy]
$ \textbf{(A)}12\frac 12\qquad\textbf{(B)}20\qquad\textbf{(C)}25\qquad\textbf{(D)}33 \frac 13\qquad\textbf{(E)}37\frac 12 $
2002 AMC 8, 7
The students in Mrs. Sawyer's class were asked to do a taste test of five kinds of candy. Each student chose one kind of candy. A bar graph of their preferences is shown. What percent of her class chose candy E?
[asy]
real[] r={6, 8, 4, 2, 5};
int i;
for(i=0; i<5; i=i+1) {
filldraw((4i,0)--(4i+3,0)--(4i+3,2r[i])--(4i,2r[i])--cycle, black, black);
}
draw(origin--(19,0)--(19,16)--(0,16)--cycle, linewidth(0.9));
for(i=1; i<8; i=i+1) {
draw((0,2i)--(19,2i));
}
label("$0$", (0,2*0), W);
label("$1$", (0,2*1), W);
label("$2$", (0,2*2), W);
label("$3$", (0,2*3), W);
label("$4$", (0,2*4), W);
label("$5$", (0,2*5), W);
label("$6$", (0,2*6), W);
label("$7$", (0,2*7), W);
label("$8$", (0,2*8), W);
label("$A$", (0*4+1.5, 0), S);
label("$B$", (1*4+1.5, 0), S);
label("$C$", (2*4+1.5, 0), S);
label("$D$", (3*4+1.5, 0), S);
label("$E$", (4*4+1.5, 0), S);
label("SWEET TOOTH", (9.5,18), N);
label("Kinds of candy", (9.5,-2), S);
label(rotate(90)*"Number of students", (-2,8), W);
[/asy]
$ \text{(A)}\ 5\qquad\text{(B)}\ 12\qquad\text{(C)}\ 15\qquad\text{(D)}\ 16\qquad\text{(E)}\ 20 $
2007 AMC 8, 6
The average cost of a long-distance call in the USA in $1985$ was $41$ cents per minute, and the average cost of a long-distance call in the USA in $2005$ was $7$ cents per minute. Find the approximate percent decrease in the cost per minute of a long-distance call.
$\textbf{(A)}\ 7 \qquad
\textbf{(B)}\ 17 \qquad
\textbf{(C)}\ 34 \qquad
\textbf{(D)}\ 41 \qquad
\textbf{(E)}\ 80$
1953 AMC 12/AHSME, 43
If the price of an article is increased by percent $ p$, then the decrease in percent of sales must not exceed $ d$ in order to yield the same income. The value of $ d$ is:
$ \textbf{(A)}\ \frac{1}{1\plus{}p} \qquad\textbf{(B)}\ \frac{1}{1\minus{}p} \qquad\textbf{(C)}\ \frac{p}{1\plus{}p} \qquad\textbf{(D)}\ \frac{p}{p\minus{}1} \qquad\textbf{(E)}\ \frac{1\minus{}p}{1\plus{}p}$
2013 Purple Comet Problems, 11
After Jennifer walked $r$ percent of the way from her home to the store, she turned around and walked home, got on her bicycle, and bicycled to the store and back home. Jennifer bicycles two and a half times faster than she walks. Find the largest value of $r$ so that returning home for her bicycle was not slower than her walking all the way to and from the store without her bicycle.
1999 AMC 12/AHSME, 5
The marked price of a book was $ 30\%$ less than the suggested retail price. Alice purchased the book for half the marked price at a Fiftieth Anniversary sale. What percent of the suggested retail price did Alice pay?
$ \textbf{(A)}\ 25\% \qquad
\textbf{(B)}\ 30\% \qquad
\textbf{(C)}\ 35\% \qquad
\textbf{(D)}\ 60\% \qquad
\textbf{(E)}\ 65\%$
2003 AMC 8, 3
A burger at Ricky C's weighs 120 grams, of which 30 grams are filler. What percent of the burger is not filler?
$\textbf{(A)}\ 60\%\qquad
\textbf{(B)}\ 65\% \qquad
\textbf{(C)}\ 70\%\qquad
\textbf{(D)}\ 75\% \qquad
\textbf{(E)}\ 90\%$
2008 Purple Comet Problems, 2
A canister contains two and a half cups of flour. Greg and Sally have a brownie recipe which calls for one and one third cups of flour. Greg and Sally want to make one and a half recipes of brownies. To the nearest whole percent, what percent of the flour in the canister would they use?
2003 AMC 12-AHSME, 3
A solid box is $ 15$ cm by $ 10$ cm by $ 8$ cm. A new solid is formed by removing a cube $ 3$ cm on a side from each corner of this box. What percent of the original volume is removed?
$ \textbf{(A)}\ 4.5 \qquad
\textbf{(B)}\ 9 \qquad
\textbf{(C)}\ 12 \qquad
\textbf{(D)}\ 18 \qquad
\textbf{(E)}\ 24$
2009 AMC 8, 8
The length of a rectangle is increased by $ 10\%$ and the width is decreased by $ 10\%$. What percent of the old area is the new area?
$ \textbf{(A)}\ 90 \qquad
\textbf{(B)}\ 99 \qquad
\textbf{(C)}\ 100 \qquad
\textbf{(D)}\ 101 \qquad
\textbf{(E)}\ 110$
1956 AMC 12/AHSME, 13
Given two positive integers $ x$ and $ y$ with $ x < y$. The percent that $ x$ is less than $ y$ is:
$ \textbf{(A)}\ \frac {100(y \minus{} x)}{x} \qquad\textbf{(B)}\ \frac {100(x \minus{} y)}{x} \qquad\textbf{(C)}\ \frac {100(y \minus{} x)}{y} \qquad\textbf{(D)}\ 100(y \minus{} x)$
$ \textbf{(E)}\ 100(x \minus{} y)$
2019 AMC 12/AHSME, 1
The area of a pizza with radius $4$ inches is $N$ percent larger than the area of a pizza with radius $3$ inches. What is the integer closest to $N$?
$\textbf{(A) } 25 \qquad\textbf{(B) } 33 \qquad\textbf{(C) } 44\qquad\textbf{(D) } 66 \qquad\textbf{(E) } 78$
2011 Purple Comet Problems, 3
Shirley went to the store planning to buy $120$ balloons for $10$ dollars. When she arrived, she was surprised to nd that the balloons were on sale for $20$ percent less than expected. How many balloons could Shirley buy for her $10$ dollars?
2020 Purple Comet Problems, 11
Mary mixes $2$ gallons of a solution that is $40$ percent alcohol with $3$ gallons of a solution that is $60$ percent alcohol. Sandra mixes $4$ gallons of a solution that is $30$ percent alcohol with $\frac{m}{n}$ gallons of a solution that is $80$ percent alcohol, where $m$ and $n$ are relatively prime positive integers. Mary and Sandra end up with solutions that are the same percent alcohol. Find $m + n$.
2014 IPhOO, 1
A capacitor is made with two square plates, each with side length $L$, of negligible thickness, and capacitance $C$. The two-plate capacitor is put in a microwave which increases the side length of each square plate by $ 1 \% $. By what percent does the voltage between the two plates in the capacitor change?
$ \textbf {(A) } \text {decreases by } 2\% \\ \textbf {(B) } \text {decreases by } 1\% \\ \textbf {(C) } \text {it does not change} \\ \textbf {(D) } \text {increases by } 1\% \\ \textbf {(E) } \text {increases by } 2\% $
[i]Problem proposed by Ahaan Rungta[/i]
2004 Purple Comet Problems, 15
Jerry purchased some stock for $ \$14,400$ at the same time that Susan purchased a bond for $ \$6,250$. Jerry’s investment went up $20$ percent the first year, fell $10$ percent the second year, and rose another $20$ percent the third year. Susan’s investment grew at a constant rate of compound interest for three years. If both investments are worth the same after three years, what was the annual percentage increase of Susan’s investment?
1990 AMC 8, 9
The grading scale shown is used at Jones Junior High. The fifteen scores in Mr. Freeman's class were:
\[ \begin{tabular}[t]{lllllllll}89, & 72, & 54, & 97, & 77, & 92, & 85, & 74, & 75,\\ 63, & 84, & 78, & 71, & 80, & 90. & & &\\ \end{tabular} \]
In Mr. Freeman's class, what percent of the students received a grade of C?
\[ \boxed{\begin{tabular}[t]{cc}A: & 93-100\\ B: & 85-92\\ C: & 75-84\\ D: & 70-74\\ F: & 0-69\end{tabular}} \]
$ \text{(A)}\ 20\%\qquad\text{(B)}\ 25\%\qquad\text{(C)}\ 30\%\qquad\text{(D)}\ 33\frac{1}{3}\%\qquad\text{(E)}\ 40\% $
1991 AMC 8, 18
The vertical axis indicates the number of employees, but the scale was accidentally omitted from this graph. What percent of the employees at the Gauss company have worked there for $5$ years or more?
[asy]
for(int a=1; a<11; ++a)
{
draw((a,0)--(a,-.5));
}
draw((0,10.5)--(0,0)--(10.5,0));
label("$1$",(1,-.5),S); label("$2$",(2,-.5),S); label("$3$",(3,-.5),S); label("$4$",(4,-.5),S);
label("$5$",(5,-.5),S); label("$6$",(6,-.5),S); label("$7$",(7,-.5),S); label("$8$",(8,-.5),S);
label("$9$",(9,-.5),S); label("$10$",(10,-.5),S); label("Number of years with company",(5.5,-2),S);
label("X",(1,0),N); label("X",(1,1),N); label("X",(1,2),N); label("X",(1,3),N); label("X",(1,4),N);
label("X",(2,0),N); label("X",(2,1),N); label("X",(2,2),N); label("X",(2,3),N); label("X",(2,4),N);
label("X",(3,0),N); label("X",(3,1),N); label("X",(3,2),N); label("X",(3,3),N);
label("X",(3,4),N); label("X",(3,5),N); label("X",(3,6),N); label("X",(3,7),N);
label("X",(4,0),N); label("X",(4,1),N); label("X",(4,2),N); label("X",(5,0),N); label("X",(5,1),N);
label("X",(6,0),N); label("X",(6,1),N); label("X",(7,0),N); label("X",(7,1),N);
label("X",(8,0),N); label("X",(9,0),N); label("X",(10,0),N);
label("Gauss Company",(5.5,10),N);
[/asy]
$\text{(A)}\ 9\% \qquad \text{(B)}\ 23\frac{1}{3}\% \qquad \text{(C)}\ 30\% \qquad \text{(D)}\ 42\frac{6}{7}\% \qquad \text{(E)}\ 50\% $
2008 National Chemistry Olympiad, 11
For the reaction: $2X + 3Y \rightarrow 3Z$, the combination of $2.00$ moles of $X$ with $2.00$ moles of $Y$ produces $1.75 $ moles of $Z$. What is the percent yield of this reaction?
$\textbf{(A)}\hspace{.05in}43.8\%\qquad\textbf{(B)}\hspace{.05in}58.3\%\qquad\textbf{(C)}\hspace{.05in}66.7\%\qquad\textbf{(D)}\hspace{.05in}87.5\%\qquad $
2017 AMC 12/AHSME, 4
Jerry and Silvia wanted to go from the southwest corner of a square field to the northeast corner. Jerry walked due east and then due north to reach the goal, but Silvia headed northeast and reached the goal walking in a straight line. Which of the following is closest to how much shorter Silvia's trip was, compared to Jerry's trip?
$\textbf{(A)}\ 30 \%\qquad\textbf{(B)}\ 40 \%\qquad\textbf{(C)}\ 50 \%\qquad\textbf{(D)}\ 60 \%\qquad\textbf{(E)}\ 70 \%$
2019 AMC 10, 3
In a high school with $500$ students, $40\%$ of the seniors play a musical instrument, while $30\%$ of the non-seniors do not play a musical instrument. In all, $46.8\%$ of the students do not play a musical instrument. How many non-seniors play a musical instrument?
$\textbf{(A) } 66 \qquad\textbf{(B) } 154 \qquad\textbf{(C) } 186 \qquad\textbf{(D) } 220 \qquad\textbf{(E) } 266$
2023 AMC 12/AHSME, 2
Carlos went to a sports store to buy running shoes. Running shoes were on sale, with prices reduced by 20% on every pair of shoes. Carlos also knew that he had to pay a 7.5% sales tax on the discounted price. He had 43 dollars. What is the original (before discount) price of the most expensive shoes he could afford to buy?
A)$46$ B)$50$ C)$48$ D)$47$ E)$49$