document.write( "Question 550059: In 1967, a new sedan cost $2,500, in 1975, the same type of sedan cost $4,800. The cost of that type of sedan has increased by what percent between 1967 and 1975 \n" ); document.write( "
Algebra.Com's Answer #358401 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
percent increase = ( 1975 price - 1967 price ) / ( 1967 price ) x 100
\n" ); document.write( "\"+%28+4800+-+2500+%29+%2F+2500+=+2300%2F2500+\"
\n" ); document.write( "\"+23%2F25+=+.92+\"
\n" ); document.write( "\"+.92%2A100+=+92+\"
\n" ); document.write( "The cost increased 92%
\n" ); document.write( "
\n" );