14.6k views
2 votes
14. The local credit union is offering a special student checking account. The monthly cost of the account is $15. The first 10 checks are free, and each additional check costs $0.75. You search

the Internet and find a bank that offers a student checking account with no monthly charge. The first 10 checks are free, but each additional check costs $2.50.

a. Assume that you will be writing more than 10 checks a month. Let n represent the number of checks written in a month. Write a function rule for the cost c of each account in terms of n.

b. Write an inequality to determine what number of checks in the bank account would be more expensive than the credit union account.

c. Solve the inequality in part b.

User Jagapathi
by
8.1k points

1 Answer

2 votes

Answer: a. c(n) = 15 + 0.75(n - 10)

b. 15 + 0.75(n - 10) = 2.50(n - 10)=

Simplifying and solving for n, we get:

n = 50

c. n > 50

Explanation:

a. The cost c of the credit union account in terms of the number of checks written n can be expressed as:

c(n) = 15 + 0.75(n - 10)

The first term, 15, represents the monthly cost of the account, and the second term represents the additional cost per check beyond the first 10 free checks.

The cost c of the bank account in terms of the number of checks written n can be expressed as:

c(n) = 2.50(n - 10)

The first term, 0, represents the monthly cost of the account, and the second term represents the additional cost per check beyond the first 10 free checks.

b. We want to find the number of checks for which the bank account is more expensive than the credit union account. Let x be the number of checks that makes the cost of the two accounts equal. Then we have:

15 + 0.75(n - 10) = 2.50(n - 10)

Simplifying and solving for n, we get:

n = 50

So if the number of checks written in a month is greater than 50, the bank account will be more expensive than the credit union account.

c. The solution to the inequality is:

n > 50

This means that the number of checks written in a month must be greater than 50 for the bank account to be more expensive than the credit union account.

User Lucent Fox
by
8.3k points

No related questions found