Calculate Wax Weight for a Round Mold

To calculate a reasonable estimate of how much wax is required for a candle, simply enter the diameter and height of the candle you are making. Use decimals if needed.

[insert_php]

while(list($k,$v)=each($_POST)){
$$k=$v; //Yes, that’s two dollar signs
}

echo ‘

‘;

//outputs the first box and it’s value
echo ‘
‘;
echo ‘ diameter (inches)

‘;

$_GET[‘ans_num’]=($_GET[‘fst_num’]/2)*($_GET[‘fst_num’]/2)*3.1416*($_GET[‘snd_num’])*0.55411*0.91/16;
$_GET[‘ans_numoz’]=($_GET[‘fst_num’]/2)*($_GET[‘fst_num’]/2)*3.1416*($_GET[‘snd_num’])*0.55411*0.91;
//outputs the second box and it’s value
echo ‘ ‘;
echo ‘ height (inches)

‘;

//outputs the ans box and it’s value
echo ‘ = ‘;
echo ‘ pounds
‘;
echo ‘ -OR-
‘;
//outputs the ans box and it’s value
echo ‘ = ‘;
echo ‘ ounces
‘;
echo ‘

‘;
?>

[/insert_php]


One comment on “Calculate Wax Weight for a Round Mold
  1. Agatha says:

    Thank you! Very helpful!

Leave a Reply

Your email address will not be published. Required fields are marked *

*

Candle Making

candle making instructions

Whether you are a seasoned pro looking for inspirational ideas, or a budding candle maker, our step-by-step tutorials will walk you through numerous candle making projects.

Bath & Body

bath body soapmaking

Here we have a number of different demonstrations and projects for soap making, as well as other bath and body products.

Fragrant Living

Fragrant Living Projects

Who doesn't like things that smell good? Here are a few other projects that might interest you.