document.write( "Question 27573: when trying to find the percent of an number where do you start. example:
\n" );
document.write( " 2% out of 100
\n" );
document.write( " 3%of 100
\n" );
document.write( " 6% of 65 \n" );
document.write( "
Algebra.Com's Answer #14970 by josmiceli(19441) You can put this solution on YOUR website! per cent means \"per one hundred\". Cent is Latin for 100. \n" ); document.write( "So, when you see \"%\" think of \"/100\" \n" ); document.write( "2% = 2/100 or in decimals, .02 \n" ); document.write( "You are told to take 2% of a number, and that number happens to be 100. \n" ); document.write( "So multiply .02 by 100 \n" ); document.write( ".02 * 100 = 2 \n" ); document.write( "likewise, \n" ); document.write( ".03 * 100 = 3 \n" ); document.write( "Then you're asked for 6% of 65 \n" ); document.write( ".06 * 65 = 3.9 \n" ); document.write( " |