183k views
1 vote
PC Haven sells computers at a 15% discount on the original price plus a $200 rebate. Write a function to represent the final price of a computer at PC Haven. What is the value of the function for an input of 2500, and what does it represent?

1 Answer

3 votes

Final answer:

To represent the final price of a computer at PC Haven, you can write a function that subtracts 15% of the original price and adds a $200 rebate. For an input of $2500, the final price is $2525.

Step-by-step explanation:

To represent the final price of a computer at PC Haven, we can write a function. The function will take the original price of the computer as input and calculate the discounted price by subtracting 15% of the original price. Then, it will add the $200 rebate to get the final price.

The function can be represented as:

Final Price = Original Price - (0.15 * Original Price) + $200

For an input of $2500, we can calculate the value of the function as:

Final Price = $2500 - (0.15 * $2500) + $200 = $2500 - $375 + $200 = $2325 + $200 = $2525

Therefore, the value of the function for an input of $2500 represents the final price of a computer at PC Haven after the 15% discount and $200 rebate.

User CraigTeegarden
by
7.9k points