2
Part of 2022 AMC 10
Problems(2)
Mike the Cyclist
Source: 2022 AMC 10A #2
11/11/2022
Mike cycled laps in minutes. Assume he cycled at a constant speed throughout. Approximately how many laps did he complete in the first minutes?
AMC 10AMC2022 AMC2022 AMC 10aratesrate problems
Simple Rhombus
Source: 2022 AMC 10B #2 / 2022 AMC 12B #2
11/17/2022
In rhombus , point lies on segment such that , , and . What is the area of ? [asy]
import olympiad;
size(180);
real r = 3, s = 5, t = sqrt(r*r+s*s);
defaultpen(linewidth(0.6) + fontsize(10));
pair A = (0,0), B = (r,s), C = (r+t,s), D = (t,0), P = (r,0);
draw(A--B--C--D--A^^B--P^^rightanglemark(B,P,D));
label("",A,SW);
label("", B, NW);
label("",C,NE);
label("",D,SE);
label("",P,S);
[/asy]
geometryAMCAMC 122022 AMCAMC 102022 AMC 10B2022 AMC 12B