document.write( "Question 97495This question is from textbook Holt Algebra 2
\n" ); document.write( ": 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? \n" ); document.write( "
Algebra.Com's Answer #70924 by mathslover(157)\"\" \"About 
You can put this solution on YOUR website!
let the original price be x\r
\n" ); document.write( "\n" ); document.write( "15 % discount = 0.15x\r
\n" ); document.write( "\n" ); document.write( "hence final price (P) = $(x - 0.15x -200)\r
\n" ); document.write( "\n" ); document.write( "for x = 2500\r
\n" ); document.write( "\n" ); document.write( "the final price P = $(2500 - .15* 2500 -200)
\n" ); document.write( " = $(2500 - 375 - 200)
\n" ); document.write( " = $1925
\n" ); document.write( "
\n" );