document.write( "Question 45046: A woman earns 15% more than her husband. Together they make $69,875 per year. What is the husband's annual salary? \n" ); document.write( "
Algebra.Com's Answer #29863 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
husband's salary = s
\n" ); document.write( "(s + 0.15s) + (s) = 69875
\n" ); document.write( "2.15s = 69875
\n" ); document.write( "s = 32,500
\n" ); document.write( "
\n" );