document.write( "Question 1203628: A factory foreman earns 11% more than their assistant. Together they make $119,426 per year. What is the assistant's annual salary (in dollars)?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #839331 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let x equal the assistant's salary. \n" ); document.write( "then 1.11 * x = the foreman's salary. \n" ); document.write( "you get x + 1.11x = 119,426 \n" ); document.write( "combine like terms to get 2.11x = 119,426\r \n" ); document.write( "\n" ); document.write( "solve for x to get x = 56,600. \n" ); document.write( "that would be the salary of the assistance. \n" ); document.write( "the forman makes 1.11 * that = 62,826 \n" ); document.write( "that should be your solution. \n" ); document.write( "their combines salaries are 56,600 + 62,826 = 119,426. \n" ); document.write( "this confirms their salaries are correct. \n" ); document.write( " \n" ); document.write( " |