document.write( "Question 292450: if a's salary is 2%less than b, then by what percentage is b's salary more than a?
\n" );
document.write( "kindly provide with a detailed answer \n" );
document.write( "
Algebra.Com's Answer #211436 by nerdybill(7384) You can put this solution on YOUR website! if a's salary is 2%less than b, then by what percentage is b's salary more than a? \n" ); document.write( ".\r \n" ); document.write( "\n" ); document.write( "From: \"a's salary is 2%less than b\" \n" ); document.write( "a = b - .02b \n" ); document.write( "Factoring the right: \n" ); document.write( "a = b(1 - .02) \n" ); document.write( "a = b(.98) \n" ); document.write( "a/.98 = b \n" ); document.write( ". \n" ); document.write( "From above, we see that: \n" ); document.write( "b's salary is 1/.98 of a's salary \n" ); document.write( "In percent, it would be: \n" ); document.write( "1/.98 * 100 \n" ); document.write( "= 100/.98 \n" ); document.write( "= 102.04% \n" ); document.write( " \n" ); document.write( " |