Answer:
Step-by-step explanation:
Method 1:
First do the operation inside parenthesis
2*(4-3) = 2*1 = 2
Method 2:
Use distributive property: a*(b +c) = a*b + a*c
2*(4-3) = 2*4 - 2*3
= 8 - 6
= 2
In a parallogram the two angles on the same side ( Angle T and Angle C) equal 180 degrees
So we have 8x +29 + 2x +11 = 180
combine the like terms:
10x + 40 = 180
Subtract 40 from each side:
10x = 140
Divide each side by 10:
X = 140 /10
X = 14
Now we have X, replace X into the equation for angle C
2(14) +11 = 28 + 11 = 39 degrees
Answer:
In programming, a recursive function is a function that calls itself. Recursion is used very commonly in programming, although many simple examples (including some shown in this section) are actually not very efficient and can be replaced by iterative methods (loops or vectorized code in MATLAB).
Step-by-step explanation:
Step-by-step explanation:
a) f(4) = 7-2(4)
= -1
b) f(h) = 7-2(h)
= 7-2h
c) f(4) + f(h) = -1 +(7-2h)
= 6-2h
h = 3
d) f(3+h) = 7-2(3+h)
= 7-6-2h
= -1-2h
2h= -1
h = -1/2
p/s = if the real answer is different with my answer, tell me also please. Im just a student that still learning.
Answer:
66
Step-by-step explanation:
Add what is in the parenthesis, in this case 7+4:
(7+4)
=11
Multiply 11 by 6:
(11)6
=66
hope this helps :)