document.write( "Question 211472: a woman makes 15% more than her husband.Together they make 69,875 per year. what is the husbands annual salary? \n" ); document.write( "
Algebra.Com's Answer #159853 by math problem solving(30)![]() ![]() ![]() You can put this solution on YOUR website! let x be her husband's annual income. \n" ); document.write( "Then she earns x + 15%*x. \n" ); document.write( "As their total earning is $69875, we have \n" ); document.write( "x + x + 15%*x = 69,875\r \n" ); document.write( "\n" ); document.write( "Solving for x, we have \n" ); document.write( "x + x + 0.15x = 69875 \n" ); document.write( "2.15x = 69875 \n" ); document.write( "x = 69875/2.15 \n" ); document.write( "x=32,500\r \n" ); document.write( "\n" ); document.write( "So the husband's annual salary is $32,500. \n" ); document.write( " |