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:
Rachel fills 13 water bottles per hour, so she contributes 13R. Alyssa fills 15 bottles an hour, so she contributes 15A, plus 5 for the additional water bottles filled. Thus, the full expression is:
13R+15A+5
Easy! Just substitute.
That will be 3 + 8 * 4
Remember PEMDAS? Multiplication comes before addition, so FIRT MULTIPLY.
3+ 32= 35
Final answer= 35
Answer:
y = 3
Step-by-step explanation:
The two inner right triangles are similar, thus the ratios of corresponding sides are equal, that is
=
( cross- multiply )
y² = 63 ( take the square root of both sides )
y =
=
=
×
= 3
Standard equation: (x-h)^2 + (y-k)^2 = r^2
Here, (0-[-6])^2 + (0-[-8])^2 = r^2
Find r: 36 + 64 = 100, so r = 10
Then the desired equation is (x+6)^2 + (y+8)^2 = 10^2