4-7x= 39
Subtract 4 from both sides
-7x= 35
Divide both sides by -7
x= -5
The value of x+1= (-5)+1= -4.
Answer:
8 units
Step-by-step explanation:
so there is something called Pythagorean thereon and it states that a^2+b^2=c^2
and 6 is either a or b
and c is ten so
6^2+b^2=10^2
36+b^2=100
b^2=64
here you need to find the square root in order to delete the power so
b=8
or
x=8
Step-by-step explanation:
Shes wrong because she did it in 3 hours which means she would have made 3 cards and not 9.
Answer:
- f[1] = 3
- f[n] = 2·f[n-1] +4
- 108
Step-by-step explanation:
We observe that first differences of the given numbers are ...
10 -3 = 7
24 -10 = 14
52 -24 = 28
That is, each difference is 2× the previous one. This suggests an exponential relation that has a base of 2.
We notice that doubling a term doesn't give the next term, but gives a value that is 4 less than the next term. So, we can get the next term by doubling the previous one and adding 4.
Then our recursive relation is ...
f[1] = 3 . . . . the first term
f[n] = 2×f[n-1] +4 . . . . double the previous term and add 4
The next term is 2·52 +4 = 108.