👤

Problem 2

Jason opened a savings account with Php 550 initial deposit.
Each month after he pays the bills, he will have Php 300 left over to make a deposit.

A. Write a Function for the given problem

B. How many months will it take him to have Php 3250 savings?

C. If Jason withdraw Php 2300 after 2 years of saving, how much will he have left?


Only @Exorcistia can answer or genius! Thank You in Advance!
​


Sagot :

Answer:

• (#A)

[tex]f(x) = 300x + 550[/tex]

• (#B)

[tex]y = mx + b \\ 3250 = 300x + 550 \\ 300x = 3250 - 55 \\ x = 2700/300 \\ x = 9 \: \: months[/tex]

• (#C)

[tex]y = mx + b \\ y = 300(24) + 550 \\ y = 7200 + 550 \\ y = 7750 \\ 7750 - 2300 = php \: \: 5450.00[/tex]

[#Exorcistia✓]

#HopeThisHelps

#CarryOnLearning

:)

Answer:

A. y = 300x + 550

B. 9 months

C. Php 5450

Step-by-step explanation:

A.

y = 300x + 550

B.

3250 = 300x + 550

3250 - 550 = 300x

2700 = 300x

2700/300 = 300x/300

9 = x

9 months

C.

2 years = 24 months

y = 300(24) + 550

y = 7200 + 550

y = 7750

Php 7750 - Php 2300

Php 5450