answer with coding and answer is attached in word file below
The doublePennies() function is an illustration of a recursive function in Java
The base case of the doublePennies() function is that:
When the number of days is 0, then the total available pennies is the same as the total number of pennies.
The algorithm of the above highlight is:
if numDays equals 0 then
totalPennies = numPennies
Using the above algorithm, the complete base case is:
if(numDays == 0){
totalPennies = numPennies;
}
Read more about Java programs at:
Answer:
the answer is, Y= -27/64
2(x2 − 16)
2(x + 4)(x + 4)
2(x + 4)(x − 4)
Answer:
2(x + 4)(x − 4)
Step-by-step explanation:
2x^2 − 32
Factor out 2.
2( x^2 -16)
The term inside the parentheses is the difference of squares.
(a^2 - b^2) = (a-b)(a+b)
2 ( x-4)(x+4)
Answer:
$439.12
Step-by-step explanation:
X: -3, -2, -1, 0, 1, 2
Y: 15, -8, -1, 3, 6, 10
g(x) = –4 sin(5x) + 3
Options:
A. f(x)
B. g(x)
C. f(x) and g(x) have the same y-intercept
D. Not enough information
Answer:
C. f(x) and g(x) have the same y-intercept
Step-by-step explanation:
To find the y-intercept, we need to plug in x = 0
f(x) is given in table values.
When x = 0, y = 3 from the table values.
Therefore, y-intercept of f(x) = 3
g(x) = -4 sin(5x) + 3
Plug in x = 0
y = -4 sin(5.0) + 3
y = -4 sin 0 + 3 [sin 0 = 0]
y = 0 + 3
y = 3
Therefore, y-intercept of g(x) = 3
Answer: C. f(x) and g(x) have the same y-intercept
Hope this will helpful.
Thank you.
Answer:
24.2
Step-by-step explanation:
You are given the hypotenuse and angle, and you want to find the length of the adjacent side.
The mnemonic SOH CAH TOA reminds you that the relation between angle and sides is ...
Cos = Adjacent/Hypotenuse
cos(41°) = x/32
x = 32·cos(41°)
x ≈ 24.2