document.write( "Question 128199: Sales tax is 4.225%. What is the maximun price that can be spent on a desk if the toeal cost is $650 including tax \n" ); document.write( "
Algebra.Com's Answer #93880 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
\"d\" = price of desk
\n" ); document.write( "\"d+%2B+.04225d+=+650\"
\n" ); document.write( "\"1.04225d+=+650\"
\n" ); document.write( "\"d+=+650+%2F+1.04225\"
\n" ); document.write( "\"d+=+623.65\"
\n" ); document.write( "The maximum price that can be afforded is $623.65
\n" ); document.write( "
\n" );