Just multiply 4*12 and add 6.
answer =54
Chili peppers: 3 pounds x $2 per lb = $6
Habanero peppers: 5 pounds x $2 per lb = $10
Red bell peppers: 1 pound x $2 = $2
6+10+2= $18 dollars spent total
Answer:
A. in Step 3
Step-by-step explanation:
It is factored correctly. Then separated into two smaller equations correctly. But in solving x + 10 = 0, there is an error.
x + 10 = 0
Add -10 to both sides.
x = -10
So, the error is in step 3.
Answer:
INT arcsin (x) dx = x arcsin(x) + √(1 - x^2) + C .
Step-by-step explanation:
Use substitution and integration by parts:
Let t = arc sinx then x = sin t and dx = cos t dt
So INT arcsin x dx = INT t cost dt
Now integrate by parts:-
let u = t and dv = cos t dt
then:
du = 1 and v = sin t dt
The formula for integation by parts is
INT u dv = uv - INT vdu so:
INT t cost dt = t sin t - INT 1* sint dt
= t sint - (- cos t) + C
= t sint + cos t + C.
Now substituting back for t, we have:
arcsin x * sin (arcsin x) + cos (arcsin x) + C.
Now sin (acrsin x) = x and cos (arcsin x) = √(1 - x^2) so we have
INT arcsin x dx = x arcsin x + √(1 - x^2) + C (answer).