document.write( "Question 1027497: An item costs $x. If the price of the item is increased by 8%, write an expression that can be used to find the new price of the item. \n" ); document.write( "
Algebra.Com's Answer #642704 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
\"+x+\" is the old price
\n" ); document.write( "\"+x+%2B+.08x+=+x%2A%28+1+%2B+.08+%29+\"
\n" ); document.write( "\"+1.08x+\" is the new price
\n" ); document.write( "
\n" );