E34575 E34575
  • 01-02-2018
  • Mathematics
contestada

Describe the following sequence as arithmetic, geometric or neither. 2, 4, 8, 12, 14.









Respuesta :

meababy2009ow9ewa meababy2009ow9ewa
  • 11-02-2019

Answer:

The correct answer is neither.

Step-by-step explanation:

there is so pattern so it isn't geometric or arithmetic .

Answer Link
jlynnmurphy1232
jlynnmurphy1232 jlynnmurphy1232
  • 06-12-2020

Answer:

the following sequence- 2,4,8,12,14- is neither.

Answer Link

Otras preguntas

Evaluate the expression if r = 1/6 r times r and then you multiply the answer by 3
What are the solution(s) for the quadratic equation? Y=x^2-2x+1
For each pair of real numbers show that the first number is a factor of the second number? Need help ASAP!!
The part of an atom that is responsible for the bonding of atoms is
Wilson used moral diplomacy to help promote what
STOP WITH THE LINKS! please? Help? NO LINKS!?????
I’m stuck, HELP 3(6) + 4(2)^3 - 5
what is 1/4 - 41 1/4 + 3
How is a cell like a system
Consider the following recursive method. public static string recur(int val) { string dig = "" + (val % 3); if (val / 3 > 0) return dig + recur(val / 3); ret