Solver Turning Decimals/numbers into percentages
Algebra
->
Percentages: Solvers, Trainers, Word Problems and pie charts
-> Solver Turning Decimals/numbers into percentages
Log On
Algebra: Percentage and Pie Charts
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'Turning Decimals/numbers into percentages'
This Solver (Turning Decimals/numbers into percentages)
was created by by
Shin123(626)
:
View Source
,
Show
,
Put on YOUR site
About Shin123
:
Just a kid who solves math problems for fun :)
==section input I want to turn *[input num=0.45] into a percentage. Note: fractions don't work. ==section solution To turn a number into a percentage, you multiply it by 100. So this is $num in a percentage, *[assign numpercent=$num*100] {{{$num*100=highlight($numpercent)}}}% ==section output numpercent ==section check