7
Part of 2021 AMC 10 Fall
Problems(2)
im bad at asymptote
Source: November 2021 AMC 10 A/7, 12 A/6
11/11/2021
As shown in the figure below, point lies on the opposite half-plane determined by line from point so that . Point lies on so that , and is a square. What is the degree measure of
[asy]
size(6cm);
pair A = (0,10);
label("", A, N);
pair B = (0,0);
label("", B, S);
pair C = (10,0);
label("", C, S);
pair D = (10,10);
label("", D, SW);
pair EE = (15,11.8);
label("", EE, N);
pair F = (3,10);
label("", F, N);
filldraw(D--arc(D,2.5,270,380)--cycle,lightgray);
dot(A^^B^^C^^D^^EE^^F);
draw(A--B--C--D--cycle);
draw(D--EE--F--cycle);
label("", (15,9), SW);
[/asy]
Asymptote2021 AMC Fall
MAA did a little trolling
Source: 10B #7/12B #5
11/17/2021
Call a fraction , not necessarily in the simplest form special if and are positive integers whose sum is . How many distinct integers can be written as the sum of two, not necessarily different, special fractions?
SFFTFractionsAMCAMC 10number theory