document.write( "Question 1165566: Generate the geometric sequence. Give the first 5 terms
\n" ); document.write( "A) First term is 7 and common ratio is 4
\n" ); document.write( "I got the answer 7,28,112,448,1792
\n" ); document.write( "B)First term is 10 and common ratio is -3
\n" ); document.write( "I got the answer 10,-30,90,-270,810
\n" ); document.write( "C)First term is 25 and third term is 900
\n" ); document.write( "I got the answer 25,150,900,5400,32400
\n" ); document.write( "D)First term is 8 and the fourth term is 1000
\n" ); document.write( "I got the answer 8,40,200,1000,5000
\n" ); document.write( "E)First term is -5 and the fifth term is -6480
\n" ); document.write( "I got the answer-5,-30,-180,-1080,-6480
\n" ); document.write( "I’m not quite sure about my answers 😅 did I do something wrong?\r
\n" ); document.write( "\n" ); document.write( "May I ask for your assistance in this two below I don’t quite get on how to get it’s terms because I’m not good at fractions
\n" ); document.write( "F)Fifth term is 3/256 and common ratio is 2
\n" ); document.write( "G)Sixth term is 7/4 and the seventh term is 1/2\r
\n" ); document.write( "\n" ); document.write( "Thank you for your assistance in advance 😁
\n" ); document.write( "

Algebra.Com's Answer #790078 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
the formula for a geometric series is An = A1 * r ^ (n-1)
\n" ); document.write( "each succeeding term is multiplied by r
\n" ); document.write( "each preceding term is divided by 4.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "A is correct.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "B is correct.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "C is correct.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "D is correct.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "E is correct.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "so far you're did well.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "F says the fifth term is 3/256 and the common ratio is 2.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the formula is An = A1 * r ^ (n-1)
\n" ); document.write( "replace A5 with 3/256 and r with 2 and n with 5 and the formula says 3/256 = A1 * 2 ^ 4 which becomes 3/256 = A1 * 16.
\n" ); document.write( "solve for A1 to get:
\n" ); document.write( "A1 = 3/256 / 16 which is the same as 3/256 * 1/16 which is equal to 3/4096.\r
\n" ); document.write( "\n" ); document.write( "A1 would be 3/4096.
\n" ); document.write( "A2 would be 2 * that = 6/4096.
\n" ); document.write( "A3 would be 2 * that = 12/4096.
\n" ); document.write( "A4 would be 2 * that = 24/4096.
\n" ); document.write( "A5 would be 2 * that = 48/4096.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that is your answer.
\n" ); document.write( "the only thing left to do, if they require it, is to simplify the fraction.
\n" ); document.write( "note that, for practical purposes, you do not have to simplify it since your calculator can easily handle these numbers.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "in the first term, the denominator and the numerator are not divisible by any common integer, so it remains at 3/4096.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "in the second term, the denominator and the numerator are divisible by 2.
\n" ); document.write( "divide both numerator and denominator by 2 and you get 3/2048.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "in the third term, the denominator and the numerator are divisible by 4.
\n" ); document.write( "divide both numerator and denominator by 4 and you get 3/1024\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "in the fourth term, the denominator and the numerator are divisible by 8.
\n" ); document.write( "divide both numerator and denominator by 8 and you get 3/512.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "in the fifth term, the denominator and the numerator are divisible by 16.
\n" ); document.write( "divide both numerator and denominator by 16 and you get 3/256.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your sequence, which was 3/1096, 6/4096, 12/4096, 24/4096, 48/4096, becomes:
\n" ); document.write( "3/4096, 3/2048, 3/1024, 3/512, 3/256.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "G says the sixth term is 7/4 and the seventh term is 1/2.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the succeeding term is equal to r times the preceding term.
\n" ); document.write( "this means that 7/4 * r = 1/2.
\n" ); document.write( "multiply both sides of this equation by 4/7 to get:
\n" ); document.write( "r = 1/2 * 4/7 = 4/14 = 2/7.
\n" ); document.write( "the common ratio is 2/7.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "to confirm, multiply 7/4 by 2/7 to get 14/28 = 1/2.
\n" ); document.write( "the common ratio of 2/7 is correct.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "at this point in time, you shouldn't have to simplify fractions manually, especially monsters like the ones this problem gives you.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "there are some calculators that can do that for you.
\n" ); document.write( "they can convert answers in decimal form to answers in simplified fraction form.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "my calculator is the TI-84 Plus, which does both of these for me.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "for example, i put 3764768 / 2151296 in the calculator and it tells me that the answer is 1.75 in decimal form.
\n" ); document.write( "to convert that answer to simplified fraction form, i do the following.
\n" ); document.write( "the answer in decimal form is in the calculator
\n" ); document.write( "i leave it there as is.
\n" ); document.write( "i press the MATH button.
\n" ); document.write( "i select 1:0>Frac
\n" ); document.write( "the calculator tells me the fraction is 7/4.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the number that i gave it was the fraction 3764768/2151296
\n" ); document.write( "the calculator gave me the answer in decimal form.
\n" ); document.write( "i then have the calculator convert that to simplified fraction form equal to 7/4.
\n" ); document.write( "this was the 6th term in the sequence.
\n" ); document.write( "the calculator told me that the sixth term is equal to 7/4 in simplified fraction form.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this confirmed for me that the ratio of 2/7 was correct.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if you got yourself a TI-84 Plus, you can do the same thing too.
\n" ); document.write( "they're about 100 dollars new, plus or minus, but you can get a used one on ebay for about 40, plus or minus.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "in the absence of that, you can use an online fraction simplifier.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the one that i found is at http://www.alcula.com/calculators/math/simplify-fractions/\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "it seems to work quite well.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you give it the numerator and the denominator and it tells you the fraction in simplified form.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "for example, i told it the numerator was 3764768 and the denominator was 2151296 and it told me that the simplified fraction was 7/4.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "with a tool like this, you can keep your answer in unsimplified form and then have this tool simplify it for you.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you still need to know how to do fraction arithmetic, but the burden of simplifying the answer has been removed.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since you probably don't have the TI-84 Plus, i'll use the online calculator to simplify the fractions for you.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "we determined above, that the common ratio is 2/7.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "to find the preceding term, we have to divide by (2/7).
\n" ); document.write( "this is the same thing as multiplying by 7/2.
\n" ); document.write( "so, to find the preceding term, we have to multiply the current term by 7/2.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the common ratio is 2/7.
\n" ); document.write( "to find the next term, we multiply by 2/7.
\n" ); document.write( "to find the preceding term, we multiply by 7/2.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "we'll work our way down to the first term.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "sixth term is 7/4
\n" ); document.write( "fifth term is 7/4 * 7/2 = 49/8
\n" ); document.write( "fourth term is 49/8 * 7/2 = 343/16
\n" ); document.write( "third term is 343/16 * 7/2 = 2401/32
\n" ); document.write( "second term is 2401/32 = 16807/64
\n" ); document.write( "first term is 117649/128\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the sequence, in unsimplified form, appears to be:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "first term is 117649/128
\n" ); document.write( "second term is 16807/64
\n" ); document.write( "third term is 2401/32
\n" ); document.write( "fourth term is 343/16
\n" ); document.write( "fifth term is 49/8
\n" ); document.write( "sixth term is 7/4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "i put these fractions into the fraction simplifier and it told me that they are all already in simplified form.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since none of these fractions can be simplified any further than they already are, then that's the answer.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "with the online fraction simplifier, for example, i would enter 117649 as the numerator and 128 as the denominator and the calculator would tell me that the simplified fraction was 117649/128 which means that it was already in simplified form.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if i wanted to use the geometric sequence formula, i would have done the following.
\n" ); document.write( "i would have solved for r as i did before to get r = 2/7
\n" ); document.write( "the general formula is An = A1 * r ^ (n-1)
\n" ); document.write( "when n = 6, given the numbers that i have, the formula becomes:
\n" ); document.write( "7/4 = A1 * (2/7) ^ 5
\n" ); document.write( "(2/7) ^ 5 becomes 2^5 / 7^5 = 32/16807.
\n" ); document.write( "the formula becomes:
\n" ); document.write( "7/4 = A1 * 32/16807.
\n" ); document.write( "multiply both sides of this formula by 16807/32 to get:
\n" ); document.write( "7/4 * 16807/32 = A1
\n" ); document.write( "solve for A1 to get A1 = (7 * 16807) / (4 * 32) = 117649/128.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that's my first term.
\n" ); document.write( "each succeeding term will be multiplied by 2/7 until i get to the 6th term.
\n" ); document.write( "i take the sequence to the 6th term because that term is what i use to confirm my answer is correct.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "without simplifying the fractions, i get:
\n" ); document.write( "first term = 117649/128
\n" ); document.write( "second term = 235298/896
\n" ); document.write( "third term = 470596/6272
\n" ); document.write( "four term = 941192/43904
\n" ); document.write( "fifth term = 1882384/307328
\n" ); document.write( "sixth term = 3764768/2151296\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "i use the fraction simplifier to determine that the sixth term is 7/4.
\n" ); document.write( "since this is what it's supposed to be, then the sequence is correct.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "i then simplify all the fractions from the first term to the fifth term.
\n" ); document.write( "i get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "first term = 117649/128 = 117649/128
\n" ); document.write( "second term = 235298/896 = 16807/64
\n" ); document.write( "third term = 470596/6272 = 2401/32
\n" ); document.write( "four term = 941192/43904 = 343/16
\n" ); document.write( "fifth term = 1882384/307328 = 49/8
\n" ); document.write( "sixth term = 3764768/2151296 = 7/4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "i previously got, by working backwards from the sixth term, the following sequence:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "first term is 117649/128
\n" ); document.write( "second term is 16807/64
\n" ); document.write( "third term is 2401/32
\n" ); document.write( "fourth term is 343/16
\n" ); document.write( "fifth term is 49/8
\n" ); document.write( "sixth term is 7/4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the answer i got by using the formula is the same as the answer i got by working backward from the sixth term.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "in this case, working backward from the sixth term was easier.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "use of the ti-84 plus is much easier to convert your answer to simplified fraction form, but the fraction simplifier is also not very difficult to use.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "again:
\n" ); document.write( "calculator i used is TI-84 Plus
\n" ); document.write( "online fraction simplifier i used is at http://www.alcula.com/calculators/math/simplify-fractions/\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if you want more information on fraction arithmetic, here's a reference.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "https://www.mathsisfun.com/algebra/fractions-algebra.html.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if you want to simplify fractions manually, here's a reference.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "https://www.mathsisfun.com/simplifying-fractions.html\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this reference also has a fraction simplifier that will simplify the fraction for you.
\n" ); document.write( "
\n" );