document.write( "Question 186634This question is from textbook mathematical analysis
\n" ); document.write( ": a new television depreciates $120 per year, and it is worth $340 after four years. find a function that describes the value of this television, if x is the age of the television in years.
\n" ); document.write( "In full details please, thank you
\n" ); document.write( "

Algebra.Com's Answer #139924 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"y\" = the original value of the TV
\n" ); document.write( "given:
\n" ); document.write( "\"120\" = depreciation/1 year
\n" ); document.write( "You have to understand that depreciation
\n" ); document.write( "is what the TV loses in value each year,
\n" ); document.write( "so every year it's worth less, and then it
\n" ); document.write( "gets depreciated again
\n" ); document.write( "------------------------------------------
\n" ); document.write( "\"y+-+120\" is the value of the TV after 1 year
\n" ); document.write( "\"y+-+120+-+120\" is the value of the TV after 2 years
\n" ); document.write( "\"y+-+120+-+120+-+120\" is the value of the TV after 3 years
\n" ); document.write( "\"y+-+4%2A120\" is the value of the TV after 4 years
\n" ); document.write( "The problem says the TV is worth $340 after 4 years, so
\n" ); document.write( "\"y+-+4%2A120+=+340\"
\n" ); document.write( "\"y+=+340+%2B+480\"
\n" ); document.write( "\"y+=+820\"
\n" ); document.write( "So, the TV was originally worth $820
\n" ); document.write( "------------------------------------
\n" ); document.write( "Now I need to write a function that tells me the
\n" ); document.write( "value of the TV for any given year
\n" ); document.write( "If \"x\" is the year after purchase,
\n" ); document.write( "and \"V%28x%29\" is the value of the TV that year
\n" ); document.write( "\"V%28x%29+=+820+-+120x\"
\n" ); document.write( "A quick check is:
\n" ); document.write( "What is the TV worth after 4 years?
\n" ); document.write( "\"V%28x%29+=+820+-+120x\"
\n" ); document.write( "\"V%284%29+=+820+-+480\"
\n" ); document.write( "\"V%284%29+=+340\"
\n" ); document.write( "That's what it should be
\n" ); document.write( "
\n" );