Trigonometry
Linear & Quadratic Applications
Exponential & Logarithmic Functions
Sequences & Series
Combinatorics & Probability
200

The solution to the equation

tan(x)=-1, -pi/2lex<pi/2

in radians.

What is x=-pi/4?

200

The value of k such that the line through

(2,3) and (4,k)

 is perpendicular to y=2x+5 

What is  k=2 ? (slope must be  -1/2 

200

The exact solution to the equation   e^(2x)=7 . (No calculator)

What is  (ln7)/2 ?

200

The common ratio of the geometric sequence: 27, -9, 3, -1, ...

What is  -1/3? 

200

The number of possible license plates if they must consist of 3 letters followed by 3 digits and repetition is allowed?

What is 17,576,000  (26^3)(10^3)

400

The value of  tan(theta) if  theta is in QIII and  sin(theta)=-4/5 .

What is  tan(theta)=4/3? 

400

The equation of a quadratic function (in standard form) with x-intercepts at x=-1 and x=3 , and passing through  (0,-6) .


What is  f(x)=2x^2-4x-6 

400

 log_5x in terms of  ln using the change-of-base formula.

What is  (lnx)/ln5 ?

400

The series 3 + 6 + 9 + 12 + 15 in sigma notation starting with n=1

What is  sum_(n=1)^5(3n) ?

400

The number of possible hands containing 1 Ace and 2 Twos when you are dealt a 5-card hand.

What is 22704?  ((._4C_1)(._4C_2)(._44C_2)) 

600

`The expression  sin(x)cot(x)sec(x), fully simplified

What is 1?

600

The coordinates of the point(s) where the line  y=3x-1 intersects the parabola y=x^2+1 .

What are  (1,2) and (2,5) ?

600

The continuous yearly decay rate  (r) , of a radioactive substance with a half-life of 10 years.

What is  r=(ln(1/2))/10approx-0.0693 or -6.93% 

 1/2=e^(10r) 

600

The 20th term of the sequence defined recursively by  t_1=4 and t_n=t_(n-1)+3  


What is 61?  (t_20=4+3*19) 

600

The probabiity of landing on Green when spinning a spinner divided into three regions (Red, Green, and Blue) with a probability of landing on Red  =1/3 , and a probabiity of landing on Blue

=2/5

What is  4/15 ? (or  approx26.7%) 

(The total probabilities of all outcomes must add to 1)

800

The exact length of side  c in a triangle where  a=5, b=8 and mangleC=60°. 


What is 7?  (sqrt(25+64-2(5)(8)(0.5))=sqrt49) 

800

The equation of a bridge arch in the shape of a downward opening parabola, 100 feet wide and 25 feet high at its center with vertex placed at (0,25).

What is y=-1/100x^2+25?

800

The solution to the equation:

 ln(x-3)-ln(x+1)=ln2 

What is NO SOLUTION?  (x=-5 is extraneous)

800

The fractional equivalent of the repeating decimal 0.232323... using infinite geometric series.

What is 23/99S=.23/(1-.01) 

800

The probability of getting exactly 4 correct, guessing randomly, if a test has 5 multiple-choice questions with 4 options each.

What is  15/1024( (._5C_4)(0.25)^4(0.75)^1)

1000

The solutions to:

 2sin^2xcosx-cosx=0 in the interval  0lex<2pi. 

What are  x=pi/2, (3pi)/2 or x=pi/4, (3pi)/4, (5pi)/4, (7pi)/4 

1000

The number of total participants needed to maximize revenue if a tour operator charges $200 per person for a trip when 30 people sign up, and for each additional person who signs up past 30, the price for everyone drops by $2.

What is 65 people (yielding a maximum revenue of $8,450) 

 R(x)=(30+x)(200-2x) 

maximum at vertex  x=-b/(2a)=-140/(2(-2)=35.  

 R(35)=(30+35)(200-70)=65(130)=8450 

1000

 5^(log_5(2)+log_5(3) evaluated without a calculator

What is 6?

1000

The sum of the first n terms of an arithmetic sequence if t_1=5, t_n=45, and d=4 

 \(a_1 = 5\), \(a_n = 45\), and the common difference \(d = 4\).

What is 275?  (S_11=(5+45)(11/2)) 

1000

The exact probability of selecting more red slices than green slices when randomly selecting 4 slices all at once from a box containing 5 red apple slices and 7 green apple slices.

What is 75/495? 

 =(('_5C_3)('_7C_1)+('_5C_4)('_7C_0))/('_12C_4)