I'll do the first two to get you started
===============================================
Problem 1
A = 3 = starting value
B = 10 = ending value
C = percent change
C = [ (B - A)/A ] * 100%
C = [ (10-3)/3 ] * 100%
C = (7/3) * 100%
C = 2.3333333 * 100%
C = 233.33333%
C = 233.3%
The positive C value means we have a percent increase. If C was negative, then we'd have a percent decrease.
<h3>Answer: 233.3% increase</h3>
===============================================
Problem 2
A = 9 = start value
B = 20 = end value
C = percent change
C = [ (B - A)/A ] * 100%
C = [ (20-9)/9 ] * 100%
C = (11/9)*100%
C = 1.2222222222*100%
C = 122.22222222%
C = 122.2%
<h3>Answer: 122.2% increase</h3>
Answer:
A = $1,545.00
(I = A - P = $45.00)
Equation:
A = P(1 + rt)
Explanation:
First, converting R percent to r a decimal
r = R/100 = 4%/100 = 0.04 per year.
Putting time into years for simplicity,
9 months / 12 months/year = 0.75 years.
Solving our equation:
A = 1500(1 + (0.04 × 0.75)) = 1545
A = $1,545.00
The total amount accrued, principal plus interest, from simple interest on a principal of $1,500.00 at a rate of 4% per year for 0.75 years (9 months) is $1,545.00.
F(x)=3x^2 - 2x +1
f(-1)=3(-1)^2-2(-1)+1
f(-1)=3( 1 ) +2+1
f(-1)=3+3
f(-1)=6
Number of ribbons that can be cut = 6 ÷ 1/2
Number of ribbons that can be cut = 6 x 2/1
Number of ribbons that can be cut = 12
-----------------------------------------------------------------------------------------
Answer: 12 1/2 foot pieces can be cut from 6 feet ribbon
-----------------------------------------------------------------------------------------
Answer:
y = 27/7
Step-by-step explanation:
Perform the indicated multiplication:
3(4y-7)=15y+6 becomes:
12y - 21 = 5y + 6
Combining like terms, we get:
7y = 27, so that y = 27/7