document.write( "Question 296251: my question is how do i calculate a percentage out of a whole number example : 5% of 50, 10% of 100 and so forth \n" ); document.write( "
Algebra.Com's Answer #213512 by richwmiller(17219) You can put this solution on YOUR website! let's take the easiest \n" ); document.write( "10% 0f 100 \n" ); document.write( "10/100*100=10 \n" ); document.write( "(5/100)*50=5/2=2.5 \n" ); document.write( "(5/100)*100=5 \n" ); document.write( " \n" ); document.write( " |