document.write( "Question 512842: A Car normally depreciates 30% of its original value in the first year . A car is worth $12,733 after the first year .What was its original value? \n" ); document.write( "
Algebra.Com's Answer #342745 by geetha_rama(94)![]() ![]() ![]() You can put this solution on YOUR website! Let X be the original value of the car.\r \n" ); document.write( "\n" ); document.write( "X - 30X/100= 12733 \n" ); document.write( "X - 3X/10= 12733 \n" ); document.write( "7X = 127330 \n" ); document.write( "=> X = 18790\r \n" ); document.write( "\n" ); document.write( "Original cost of the Car is $18790 \n" ); document.write( " |