document.write( "Question 924914: The boss gives his employees a 5% pay rise.
\n" );
document.write( "Paul used to earn £8 per hour.
\n" );
document.write( "How much does he get after the rise?
\n" );
document.write( "Sandy used to earn a salary of £14300
\n" );
document.write( "How much did she get after the rise?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #561169 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! paul: \n" ); document.write( "amount of rise: 8 * 0.05 = 0.40 \n" ); document.write( "hourly rate after rise: 8 * 1.05 = 8.40 \n" ); document.write( "--- \n" ); document.write( "sandy: \n" ); document.write( "amount of rise: 14300 * 0.05 = 715 \n" ); document.write( "salary after rise: 14300 * 1.05 = 15015 \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |