Thursday, February 23, 2012

Adding Infinite Sequences In The Form: a + a/b + a/b2 + ...

To add infinite sequences in the form: a + a/b + a/b2 + ...

Use the formula a/(1-r) where a is the first number, or the numerator, and r is whatever a is being multiplied, or 1/b.

EX: 2 + 2/3 + 2/9 + 2/37 + ...

= 2/(1- (1/3)) = 2/(2/3) = 3

EX: 4 + 2 + 1 + ...

= 4/(1- (1/2)) = 4/(1/2) = 8

-Marisa(:

Thursday, February 16, 2012

Cubic Roots

There's a simple way to find the cubed root of a number.

First, look at the last digit of the number. If the number ends in...

0, the last digit ends in 0.
1, the last digit ends in 1.
2, the last digit ends in 8.
3, the last digit ends in 7.
4, the last digit ends in 4.
5, the last digit ends in 5.
6, the last digit ends in 6.
7, the last digit ends in 3.
8, the last digit ends in 2.
9, the last digit ends in 9.

Once you determine the last digit, mentally chop off the last three digits of the number under the cube root sign. Then, use your knowledge of cubic numbers to find out what cubic numbers the remaining digits are between. Write the smaller of these two numbers.

Ex: The cubed root of 373248  = __________.

1) The last digit is 8, so the new number will end in 2.
2) "Chopping off" the last three digits of the number leaves us with 373. What two cubed numbers does this fall between?
3)  7 cubed is 343 and 8 cubed is 512, so the first digit is 7. Write down the 7.
4) Therefore, the answer is 72.

Ex 2: The cubed root of 57392
1) The last digit is 2, so the new number will end in 8.
2) "Chopping off" the last three digits of the number leaves us with 57.
3) 3 cubed is 27, 4 squared is 64. Therefore, the first number is 3.
4) Thus, the number is 38. (*Note: The true cubic root of 57392 is 38.573. This approximates a close answer that will suffice on the Number Sense test for certain problems.)

-Marisa

Thursday, February 9, 2012

Which is Larger?

Nearly every Number Sense test has a problem asking which is smaller, and offers you two fractions. Though this might seem simple, I always get mixed up when they provide negative fractions, so I decided to dedicate a blog to this subject.

If the two fractions are positive, it is easy to determine which is smaller and which is larger. Simply use the zipper method!

EX: 3/4 amd 2/3, which is larger?

Using the zipper method, 3*3 = 9, and 4*2 = 8. 9 is greater than 8, and in the zipper method would be found under 3/4. Thus, 3/4 is larger than 2/3.

With negative numbers, the larger number is the number closer to zero. Though in the above example 3/4 was larger to 2/3, if both numbers were negative, -2/3 would be LARGER than -3/4, because it is closer in range to 0.

-Marisa

Friday, February 3, 2012

Subtracting Special Fractions

This trick requires for the fractions to be in the special form
X (X+1)/(X+2) - Y (Y+1)(Y+2)

An example of this is 6 7/8 - 1 2/3.

The answer X-Y (X-Y)/(denominators multiplied together) so the solution to the exapmle above is
(6-1) (6-1)/(8*3) = 5 5/24

This applies to both positive and negative answers

Example: 2 3/4 - 6 7/8
(2-6) (2-6)(4*8) = -4 4/34 = -4 1/8 REMEMBER TO REDUCE!

-Kevin