Go Back   Flash Flash Revolution > General Discussion > Critical Thinking
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
Old 02-6-2007, 09:22 PM   #1
chickendude
Away from Computer
FFR Simfile AuthorFFR Veteran
 
chickendude's Avatar
 
Join Date: Sep 2003
Location: Massachusetts
Age: 33
Posts: 1,901
Send a message via AIM to chickendude
Default So, who took the AMC?

AMC 12A 2007 discussion

I took it today. Which ones couldn't you get? How did you do things?

How do you do 25? I keep getting answers in the 2000s when the choices are in the 120s

Overall, I thought it was of average difficulty (Though I've only taken 2 before)
__________________
chickendude is offline   Reply With Quote
Old 02-6-2007, 10:19 PM   #2
RandomPscho
FFR Player
 
Join Date: Jun 2006
Location: New York
Age: 32
Posts: 504
Default Re: So, who took the AMC?

SNOW DAY!

I should have taken the AMC 10 though.
RandomPscho is offline   Reply With Quote
Old 02-6-2007, 10:24 PM   #3
hi19hi19
lol happy
Retired StaffFFR Simfile AuthorFFR Veteran
 
hi19hi19's Avatar
 
Join Date: Oct 2005
Location: DESTINY
Age: 33
Posts: 12,193
Default Re: So, who took the AMC?

I took the AMC 10. Missed qualifying for the AIME becuase of one silly little sign error.

6/9 = -2/3

Doh!
Oh well, there's always the AMC 10B...

I felt that this year was slightly harder than usual. I never got around to problem 25, but the one concerning paintbrush width (#19?) was very, very, long. Does anyone know an easier method of solving it other than the nitty-gritty method of coming up with a huge-ass equation?
__________________


hi19hi19 is offline   Reply With Quote
Old 02-6-2007, 10:57 PM   #4
RubikRevolution
FFR Player
 
Join Date: Feb 2007
Posts: 1
Default Re: So, who took the AMC?

ok solving number 25 -
For those who didn't take it and don't know the question:
Call a set of integers spacy if it contains no more than one out of any three consecutive odd integers. How many subsets of{1,2,3,...,12}, including the empty set, are spacy?
(A) 121 (B) 123 (C) 125 (D) 127 (E) 129

First divide it into 5 cases: empty set, set of 1, 2, 3, 4; imposible for more than 4.
Empty set is easy - just 1.
set of 1; also easy enough - 12
for the rest this is like the "unfriendly customers" problem.
Instead of seats customers sit in, you have numbers being choosen.
With two numbers being choosen match one of the "customers" with two previous numbers so
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12
Where the bold numbers are selected and the underline represents the groups. As long as the first group never intersects with the second group, and they stay in that order, you can shift the underlined selection (with bold at the end) without having two numbers less than 2 apart.
This leaves us with 10 groups, 8 idenical not selected, and 2 which can't be swaped so: 10!/8!2! = 45
Likewise with three, there are now 8 groups, 6 idenical, 3 which can't be interchanged: 8!/3!5! = 56
and with 4: 6!/4!2! = 15
1+12+45+56+15=129
The answer is E.

Last edited by RubikRevolution; 02-6-2007 at 11:00 PM..
RubikRevolution is offline   Reply With Quote
Old 02-7-2007, 04:08 PM   #5
chickendude
Away from Computer
FFR Simfile AuthorFFR Veteran
 
chickendude's Avatar
 
Join Date: Sep 2003
Location: Massachusetts
Age: 33
Posts: 1,901
Send a message via AIM to chickendude
Default Re: So, who took the AMC?

I got 25 today (I didn't have enough time on the test)

I did it recursively though
take a set of {1,2,..... n}
we want to find spacy(n)

in each subset:
Either n is in or n is out

If n is out: The problem reduces to spacy(n-1)

If n is in:
For the subset to be spacy, n-1 and n-2 must be out
Then the problem reduces to spacy(n-3)

I made the recursive function
S(n) = S(n-1) + S(n-3)
threw in some trivial seeds and got the answer 129


The reason I had been messing up was because I read the question wrong
I read "No more than 1 out of any three consecutive integers" as "No three consecutive integers"
silly me
__________________
chickendude is offline   Reply With Quote
Old 02-7-2007, 04:18 PM   #6
DDR_Jerred
FFR Player
FFR Veteran
 
DDR_Jerred's Avatar
 
Join Date: Jul 2005
Location: North Carolina (It sucks, especially being from up north...)
Age: 33
Posts: 290
Send a message via AIM to DDR_Jerred Send a message via MSN to DDR_Jerred
Default Re: So, who took the AMC?

I took the AMC 10A yesterday... I thought it was harder than usual and only answered 18/25

I hope I qualified.
__________________


First Place Winner of Blazze's Advanced Unofficial Tournament! (By less than a good :P)

Average rank - 157.16509433962ish

MP level - 22ish

MP rank - 18ish

AAA's - Only 88 so far
(89 including tokens)

Latest AAA - FFR
DDR_Jerred is offline   Reply With Quote
Old 02-7-2007, 04:57 PM   #7
chickendude
Away from Computer
FFR Simfile AuthorFFR Veteran
 
chickendude's Avatar
 
Join Date: Sep 2003
Location: Massachusetts
Age: 33
Posts: 1,901
Send a message via AIM to chickendude
Default Re: So, who took the AMC?

I got the answer key today
I qualified =)
__________________
chickendude is offline   Reply With Quote
Old 02-7-2007, 04:58 PM   #8
DDR_Jerred
FFR Player
FFR Veteran
 
DDR_Jerred's Avatar
 
Join Date: Jul 2005
Location: North Carolina (It sucks, especially being from up north...)
Age: 33
Posts: 290
Send a message via AIM to DDR_Jerred Send a message via MSN to DDR_Jerred
Default Re: So, who took the AMC?

Quote:
Originally Posted by chickendude View Post
I got the answer key today
I qualified =)
Congrats!
__________________


First Place Winner of Blazze's Advanced Unofficial Tournament! (By less than a good :P)

Average rank - 157.16509433962ish

MP level - 22ish

MP rank - 18ish

AAA's - Only 88 so far
(89 including tokens)

Latest AAA - FFR
DDR_Jerred is offline   Reply With Quote
Old 02-7-2007, 05:07 PM   #9
Megmo
FFR Veteran
FFR Veteran
 
Megmo's Avatar
 
Join Date: Sep 2006
Posts: 250
Default Re: So, who took the AMC?

I'm pretty sure I said E for 25! =)

I only knew the answer or could make a well educated guess for nine of them. In the beginning I thought the questions were a joke but the test really got harder after the first ten or so. I didn't want to be penalized for guessing and end up with no points. But then again I suck at math for the most part and I kind of got screwed because there were some calculus related problems and I'm only a junior in precalc. =/
__________________
Megmo is offline   Reply With Quote
Old 02-7-2007, 06:11 PM   #10
lord_carbo
FFR Player
 
lord_carbo's Avatar
 
Join Date: Dec 2004
Location: fighting villains from afar, NJ
Age: 32
Posts: 6,222
Send a message via AIM to lord_carbo
Default Re: So, who took the AMC?

I should have signed up for it, but I don't recall ever getting a letter for it. I must have gotten it and shoved it aside without knowing what it was.

I would have AAA'd it, given my past history with discrete mathematics tests for minors and my current history of being a huge math nerd even in my spare time 8)

For the people who took 10A, could you tell me what subject is the most prominent on the exam? Like combinatorics, probability, geometry, etc.?
__________________
last.fm
lord_carbo is offline   Reply With Quote
Old 02-7-2007, 06:13 PM   #11
shrimpy
FFR Player
 
shrimpy's Avatar
 
Join Date: Mar 2004
Location: The Stinking Cow
Posts: 325
Default Re: So, who took the AMC?

I took the AMC 12.
Did anybody get that sequence problem with n=2 and 2007?
shrimpy is offline   Reply With Quote
Old 02-7-2007, 08:05 PM   #12
hi19hi19
lol happy
Retired StaffFFR Simfile AuthorFFR Veteran
 
hi19hi19's Avatar
 
Join Date: Oct 2005
Location: DESTINY
Age: 33
Posts: 12,193
Default Re: So, who took the AMC?

Quote:
Originally Posted by lord_carbo View Post
For the people who took 10A, could you tell me what subject is the most prominent on the exam? Like combinatorics, probability, geometry, etc.?
The AMC actually does a pretty good job covering all topics. This one was a bit light on probability and combinatorics (IIRCjust 2 problems, and both were easy). This one also seemed a bit heavier than usual on "set theory-ish" stuff. I can't really explain it any better; there were a bunch of tough problems involving finding the highest or lowest values a given set of rules will hold. The geometry problems were not particularly advanced, just long, leading to a high probablity of making a minor error.

Just know basic geometry rules, and basic algebra. That will get you through at least problem 15. The last 10 are all experience and finding different ways of thinking about things.
__________________


hi19hi19 is offline   Reply With Quote
Old 02-7-2007, 08:07 PM   #13
RandomPscho
FFR Player
 
Join Date: Jun 2006
Location: New York
Age: 32
Posts: 504
Default Re: So, who took the AMC?

Quote:
For the people who took 10A, could you tell me what subject is the most prominent on the exam? Like combinatorics, probability, geometry, etc.?
I took it last year, still havent taken the AMC 10 yet because of a snow day, but it was mostly geometry mixed with a lot of algebra. First few are always easy, then it gets hard. One question that I didn't know the math for last year was:

There are two circles, one bigger than the other. Two tangents are drawn connecting the circles, and then another tangent to the bigger circle to create a triangle. They gave you the radius of both circles and you had to find the are of the whole triangle.
RandomPscho is offline   Reply With Quote
Old 02-8-2007, 08:20 PM   #14
chickendude
Away from Computer
FFR Simfile AuthorFFR Veteran
 
chickendude's Avatar
 
Join Date: Sep 2003
Location: Massachusetts
Age: 33
Posts: 1,901
Send a message via AIM to chickendude
Default Re: So, who took the AMC?

Quote:
Originally Posted by lord_carbo View Post
I would have AAA'd it, given my past history with discrete mathematics tests for minors and my current history of being a huge math nerd even in my spare time 8)
Little overconfident there? I have always been a huge math nerd as well, but time became an issue for me. I only got to problem 23.


@Shrimpy
I didn't get it on the test, but I figured it out later

Basically, between 0 and pi, the sine wave will repeat n times.
Each mini sinewave will intersect the regular sin(x) wave twice (once on the up and once on the down) unless the two waves become tangent to each other at a peak or trough.

You add up all the intersections with simple arithmetic series and then subtract the tangent exceptions. The two can potentially become tangent at pi/2 and 3pi/2
sin(nx) = 1 and x = pi/2 only when n = 1 + 4r
sin(nx) = -1 and x = 3pi/2 only when n = 1 + 4r

so whenever n = 1 + 4r, you have to subtract a pair from the big sum and you should get the answer
__________________
chickendude is offline   Reply With Quote
Old 02-8-2007, 08:24 PM   #15
lord_carbo
FFR Player
 
lord_carbo's Avatar
 
Join Date: Dec 2004
Location: fighting villains from afar, NJ
Age: 32
Posts: 6,222
Send a message via AIM to lord_carbo
Default Re: So, who took the AMC?

Quote:
Originally Posted by chickendude View Post
Little overconfident there? I have always been a huge math nerd as well, but time became an issue for me. I only got to problem 23.
No, I'm pretty big. I'm 100% sure I could have gotten over a 100 on the 10A.
__________________
last.fm
lord_carbo is offline   Reply With Quote
Old 02-8-2007, 08:37 PM   #16
chickendude
Away from Computer
FFR Simfile AuthorFFR Veteran
 
chickendude's Avatar
 
Join Date: Sep 2003
Location: Massachusetts
Age: 33
Posts: 1,901
Send a message via AIM to chickendude
Default Re: So, who took the AMC?

oh

getting over 100
that's easy

I thought AAA meant all correct
That's generally what the DDR metaphor means where I'm from
__________________
chickendude is offline   Reply With Quote
Old 02-8-2007, 09:07 PM   #17
lord_carbo
FFR Player
 
lord_carbo's Avatar
 
Join Date: Dec 2004
Location: fighting villains from afar, NJ
Age: 32
Posts: 6,222
Send a message via AIM to lord_carbo
Default Re: So, who took the AMC?

no u.

Although I would venture a guess that I could at least get over 130, given my past record with this kind-of stuff (22/25 on Math Olympiad in middle school, got a 2 on one test because I was seriously unfocused, hehe, I multiplied 4 and 4 and got 12 on one problem, for example. Also got 19/25 in elementary school which was the highest in the school).
__________________
last.fm
lord_carbo is offline   Reply With Quote
Old 02-8-2007, 09:09 PM   #18
RandomPscho
FFR Player
 
Join Date: Jun 2006
Location: New York
Age: 32
Posts: 504
Default Re: So, who took the AMC?

Take the test then corbo. The test is extremely hard if your not have not taken geometry and algebra since it is meant to be hard for those taking algebra 2.:

AMC 10B/12B --
Wed., Feb. 24, 2009
RandomPscho is offline   Reply With Quote
Old 02-8-2007, 09:13 PM   #19
lord_carbo
FFR Player
 
lord_carbo's Avatar
 
Join Date: Dec 2004
Location: fighting villains from afar, NJ
Age: 32
Posts: 6,222
Send a message via AIM to lord_carbo
Default Re: So, who took the AMC?

Can't take it, I didn't know much about it in the beginning of the year and now it's too late, seeing as they, well, started the tests already.

I'll be taking it next year, though.
__________________
last.fm
lord_carbo is offline   Reply With Quote
Old 02-8-2007, 09:38 PM   #20
Triplex72
CUSTOMIZED
FFR Simfile Author
 
Triplex72's Avatar
 
Join Date: Oct 2005
Location: Your Imagination
Posts: 975
Send a message via AIM to Triplex72 Send a message via MSN to Triplex72
Default Re: So, who took the AMC?

Learning is srs business,
__________________
connect 216.246.109.6:27015

Triplex72 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -5. The time now is 03:48 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright FlashFlashRevolution