document.write( "Question 947648: A restaurant server's monthly wage is $1,700. He also earns $10 for each additional hour he works. If he was paid amount p dollars last month, how many extra hours did he work? \n" ); document.write( "
Algebra.Com's Answer #578311 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
\"+p+-+1700+\" is the money he earned
\n" ); document.write( "working overtime
\n" ); document.write( "\"+%28+p+-+1700+%29+%2F+10+\" is the overtime hours
\n" ); document.write( "he worked
\n" ); document.write( "
\n" ); document.write( "
\n" );