I'm guessing that this problem is talking about a loan of some sort. So basically, let's look at the given. In the problem, Leon is charged a fee of 75. The interest rate would be 12.5 % if he doesn't pay his due amount. So in order to get the total amount that he has to pay if he doesn't pay on time, you just need to multiply 75 with 12.5% or simply 0.125. If you do this, you will get 9.375. After that, you add 9.375 to the principal amount which is 75 and you will get 84.375. So Leon has to now pay a total of 84.375.
Answer:
x = 8
Step-by-step explanation:
180 = 78 + 94 + x
180 =172 + x
-172 -172
18 = x
Answer:
x=2,1 solving with quadratic formula
Step-by-step explanation:
Answer:
Step-by-step explanation:
A rectangle is shown with length x plus 10 and width 2 x plus 5.
so the rectangle area = length * width
= (x + 10) * (2x + 5)
an unshaded square with length x plus 1 and width x plus 1
so the unshaded square area = (x + 1) * (x + 1)
the shaded area = rectangle area - square area
= (x + 10) * (2x + 5) - (x + 1) * (x + 1)
= (2x^2 + 20x + 5x + 50) - (x^2 + x + x + 1)
= x^2 + 23x + 49