interesting problem
by sausagebun, Mar 16, 2025, 3:21 PM
Six points, labeled A, B, C, D, E, and F, are positioned consecutively on a straight line. Let G be a point not located on this line. The following distances are given: AC = 26, BD = 22, CE = 31, DF = 33, AF = 73, CG = 40, and DG = 30. Determine the area of triangle BGE.
I brute forced this with trig, was wondering if theres a more elegant way of doing this
I brute forced this with trig, was wondering if theres a more elegant way of doing this
Algebra-1
by JetFire008, Mar 16, 2025, 3:19 PM
Cooked for AMC 10?
by Dream9, Mar 16, 2025, 2:00 PM
So I'm like a 8th grader so almost 9th over the summer and I suck at AMC 10. I got like a 75 for my first time but I can do like almost all the problems from AMC 8 with enough time which I find really weird because most other ppl who can do that get higher AMC 10 scores. I do like the first 11 problems a day from past years to try to at least get down the first 10 questions and move on from there. Does anyone have any good suggestions on how I can boost my AMC 10 scores?
+ something annoying that often happens is like I don't even know where to start when I see a problem.
+ something annoying that often happens is like I don't even know where to start when I see a problem.
Find the value
by yt12, Mar 16, 2025, 3:33 AM
PIE Help
by Rice_Farmer, Mar 15, 2025, 11:47 PM
How many ways are there to color the
regions of a three-set Venn Diagram with
colors such that each color is used at least once? Two colorings are considered the same if one can be reached from the other by rotation and reflection.
Non ai way btw pls


Non ai way btw pls
This post has been edited 2 times. Last edited by Rice_Farmer, Yesterday at 3:35 AM
[PMO27 Areas] I.19 Geo sequence mod 100
by aops-g5-gethsemanea2, Jan 25, 2025, 1:20 PM
Let
be an infinite geometric sequence where all the terms are positive integers. Amanda lists down the two-digit numbers formed by the last two digits of each term in the sequence in order, adding a leading zero if necessary. When she is about to write a two-digit number that she has already written before, she stops. For example, if the sequence was
, Amanda will list the numbers
, then stop.
Suppose that the last two numbers in Amanda's list were
and
. If
, how many possible values are there for
?



Suppose that the last two numbers in Amanda's list were




2021 SMT Guts Round 5 p17-20 - Stanford Math Tournament
by parmenides51, Feb 11, 2022, 3:13 PM
p17. Let the roots of the polynomial
be
, and
. What is the sum
?
p18. Two students are playing a game. They take a deck of five cards numbered
through
, shuffle them, and then place them in a stack facedown, turning over the top card next to the stack. They then take turns either drawing the card at the top of the stack into their hand, showing the drawn card to the other player, or drawing the card that is faceup, replacing it with the card on the top of the pile. This is repeated until all cards are drawn, and the player with the largest sum for their cards wins. What is the probability that the player who goes second wins, assuming optimal play?
p19. Compute the sum of all primes
such that
is also prime.
p20. In how many ways can one color the
vertices of an octagon each red, black, and white, such that no two adjacent sides are the same color?
PS. You should use hide for answers. Collected here.




p18. Two students are playing a game. They take a deck of five cards numbered


p19. Compute the sum of all primes


p20. In how many ways can one color the

PS. You should use hide for answers. Collected here.
This post has been edited 1 time. Last edited by parmenides51, Aug 11, 2023, 9:36 AM
inequalities
by LuvThoConBoiRoi, Aug 1, 2019, 10:27 AM
With
are all real positive number that:
. Prove that:




This post has been edited 3 times. Last edited by LuvThoConBoiRoi, Aug 1, 2019, 11:04 AM
Four Semicircles
by worthawholebean, Jan 5, 2009, 2:31 AM
Three semicircles of radius
are constructed on diameter
of a semicircle of radius
. The centers of the small semicircles divide
into four line segments of equal length, as shown. What is the area of the shaded region that lies within the large semicircle but outside the smaller semicircles?
![[asy]import graph;
unitsize(14mm);
defaultpen(linewidth(.8pt)+fontsize(8pt));
dashed=linetype("4 4");
dotfactor=3;
pair A=(-2,0), B=(2,0);
fill(Arc((0,0),2,0,180)--cycle,mediumgray);
fill(Arc((-1,0),1,0,180)--cycle,white);
fill(Arc((0,0),1,0,180)--cycle,white);
fill(Arc((1,0),1,0,180)--cycle,white);
draw(Arc((-1,0),1,60,180));
draw(Arc((0,0),1,0,60),dashed);
draw(Arc((0,0),1,60,120));
draw(Arc((0,0),1,120,180),dashed);
draw(Arc((1,0),1,0,120));
draw(Arc((0,0),2,0,180)--cycle);
dot((0,0));
dot((-1,0));
dot((1,0));
draw((-2,-0.1)--(-2,-0.3),gray);
draw((-1,-0.1)--(-1,-0.3),gray);
draw((1,-0.1)--(1,-0.3),gray);
draw((2,-0.1)--(2,-0.3),gray);
label("$A$",A,W);
label("$B$",B,E);
label("1",(-1.5,-0.1),S);
label("2",(0,-0.1),S);
label("1",(1.5,-0.1),S);[/asy]](//latex.artofproblemsolving.com/0/3/3/03396c4453b99be98addd190d3160624b32f3613.png)






![[asy]import graph;
unitsize(14mm);
defaultpen(linewidth(.8pt)+fontsize(8pt));
dashed=linetype("4 4");
dotfactor=3;
pair A=(-2,0), B=(2,0);
fill(Arc((0,0),2,0,180)--cycle,mediumgray);
fill(Arc((-1,0),1,0,180)--cycle,white);
fill(Arc((0,0),1,0,180)--cycle,white);
fill(Arc((1,0),1,0,180)--cycle,white);
draw(Arc((-1,0),1,60,180));
draw(Arc((0,0),1,0,60),dashed);
draw(Arc((0,0),1,60,120));
draw(Arc((0,0),1,120,180),dashed);
draw(Arc((1,0),1,0,120));
draw(Arc((0,0),2,0,180)--cycle);
dot((0,0));
dot((-1,0));
dot((1,0));
draw((-2,-0.1)--(-2,-0.3),gray);
draw((-1,-0.1)--(-1,-0.3),gray);
draw((1,-0.1)--(1,-0.3),gray);
draw((2,-0.1)--(2,-0.3),gray);
label("$A$",A,W);
label("$B$",B,E);
label("1",(-1.5,-0.1),S);
label("2",(0,-0.1),S);
label("1",(1.5,-0.1),S);[/asy]](http://latex.artofproblemsolving.com/0/3/3/03396c4453b99be98addd190d3160624b32f3613.png)


To share with readers my favorite problem I came across today :) (Shout for contrib.)
Archives












Shouts
Submit
270 shouts
Contributors
62861 • aftermaths • agbdmrbirdyface • blue8931 • bluephoenix • cjquines0 • DeathLlama9 • doitsudoitsu • FlyingCucumber • hwl0304 • Irrational_phi • jdeaks1000 • MATH1945 • Mathaddict11 • MathAwesome123 • mathguy623 • mathmaster2000 • MathStudent2002 • monkey8 • pandyhu2001 • pinetree1 • rkm0959 • SantaDragon • shiningsunnyday • skipiano • wu2481632 • zephyrcrush78
Tags
About Owner
- Posts: 1350
- Joined: Dec 19, 2014
Blog Stats
- Blog created: Jun 11, 2016
- Total entries: 193
- Total visits: 30957
- Total comments: 579
Search Blog