Answer:
Cost = RM 857143
Loss = RM 107143
Step-by-step explanation:
<u>Given:</u>
- Selling price SP = RM 750000
- Loss% = 12.5
- Cost price CP = x
<u>Cost price is found as:</u>
- SP = CP - 12.5%
- 750000 = x - 12.5%
- 750000= x*(100-12.5)/100
- 750000= 0.875x
- x= 750000/0.875
- x≈ RM 857143
<u>Loss is:</u>
- RM 857143 - 750000 = RM 107143
Answer:
i think it is c but idk i am doing the test rn
Step-by-step explanation:
Answer: Yea at least brainly deleting them when they catch them
Step-by-step explanation:
Answer:
f(n) = f(n - 1) + 3
Step-by-step explanation:
Substitute
to get the recursive formula.
OPTION 1: f(n) = f(n - 1) + 3
Substituting n = 1.
f(1) = f(1 - 1) + 3 = 0 + 3 = 3.
Substituting n = 2.
f(2) = f(2 - 1) + 3 = f(1) + 3 = 3 + 3 = 6.
Substituting n = 3.
f(3) = f(3 - 1) + 3 = f(2) + 3 = 6 + 3 = 9.
The numbers match the given sequence. So, we say the above recursive formula represents the sequence.
OPTION 2: f(n) = f(n - 1) + 2
Substituting n = 1
f(1) = f(0) + 2
3.
So, this is eliminated.
Similarly, OPTION 3 and OPTION 4 can be eliminated as well.