Answer:
$225
Step-by-step explanation:
When Mary pays the cost in 12 equal payments, each is 1/12 of the total amount.
__
1/12 × $2700 = $225
Mary will have to pay $225 each month.
We have to choose the correct answer which of the employees has the greatest total employee compensation. We just have to subtract the job expenses from total job benefits for everyone of them. A: $49,200 - $300 = $38,900. B : $49,500 - $500 = $49,000. C : $49,800 - $700 = $41,100. D : $50,100 - $900 = $49,200. The largest sum is $49,200 ( employee D ) . Answer: The greatest total employee compensation has Employee D<span>.</span>
The conditional statement is
if x < y:
result = x * 5
<h3>How to write the if/else statement as the conditional expression that performs the same option?</h3>
The statement is given as:
result = x < y ? x * 5
The above means that,
the variable result is assigned x * 5 if x < y
So, the conditional statement is
if x < y:
result = x * 5
Read more about conditional statement at
brainly.com/question/11073037
#SPJ4
Answer:
$3,000 invested at 6%
$7,000 invested at 10%
Step-by-step explanation:
Maria had total $10,000 to invest.
Let x be the amount that Maria invested initially at 6% interest rate.
0.06x
Then she invested the remaining amount at 10% interest rate.
0.10(10,000 - x)
She received a total of $880 in interest.
0.06x + 0.10(10,000 - x) = 880
0.06x + 1000 - 0.10x = 880
-0.04x = 880 - 1000
-0.04x = -120
0.04x = 120
x = 120/0.04
x = $3,000
This is the amount that Maria invested initially at 6% interest rate.
The remaining amount is
10,000 - 3,000
$7,000
This is the remaining amount that she invested at 10% interest rate.