Pregnancy Weight Gain Calculator And Weight Chart

By Sindhu Koganti image Sindhu Koganti BTech (Biotechnology), Acharya Nagarjuna University, Guntur, Andhra Pradesh linkedin_icon Specialty: Ingredients & Nutrition Experience: 6 years

Sindhu Koganti is a Certified Health and Nutrition Life Coach and has over 6 years of experience in writing on health and wellness topics. She has a bachelor’s degree in biotechnology from more

, BTech (Biotechnology), Acharya Nagarjuna University, Guntur, Andhra Pradesh  • 

Pregnancy, also known as gestation, is a beautiful and amazing phase in a woman’s life that lasts about 40 weeks and is divided into three trimesters. A female goes through a lot of changes during this phase physically, physiologically, emotionally and mentally. A healthy pregnancy eventually leads to a healthy baby and this is attributed to the fact that the mother is free from diseases and deficiencies and gaining enough weight to support the new life inside her.

System

Pre-pregnancy Weight

Current Pregnancy Week

Current Pregnancy Week

Enter your height

Enter your height

Pregnant with Twins

Result

"); $(".chartcover,#diff_result, .weight-gain-result").show(); $("html,body").animate({scrollTop: $(".chartcover").offset().top - 150}, "slow"); $("#chartContainer").destroy(); } /*else if (weight_difference >= 54) { max_wgt_gain = parseInt(weight_difference) + 10; } */else { max_wgt_gain = parseInt(current_weight_punds) + 20; min_wgt_gain = parseInt(pre_wght) - 20; } var bmi_msg = result_bmi_status.bmi_category; /* under weight and twins condition */ if ((bmi_msg == "Under Weight") && ($("input[name=confirm_twin]:checked").val() == "yes")) { $(".chartcover,#diff_result, .weight-gain-result").show(); $("#charttext, #info-text, #nrml_result").hide(); $("#recalcu").show(); $("#diff_result").html("
You are currently underweight to carry twins, We suggest to please refer to your doctor to maintain a healthy weight for healthy pregnancy.
"); $("#chartContainer").destroy(); } else { $("#diff_result").hide(); plotmaps(result_coordinates, current_week, current_weight_punds, "US"); //plotmaps(result_coordinates, single_coordinate, bmi_msg, min_wgt_gain, max_wgt_gain); $("#nrml_result, #info-text, .chartcover, #chartContainer, .weight-gain-result").show(); } var target_weght = ""; //var tiwn_preg = ""; if ($("input[name=confirm_twin]:checked").val() == "yes") { target_weght = result_bmi_status.wtg_range_single_twin_lbs; //tiwn_preg = "Twin Pregnancy"; } else { target_weght = result_bmi_status.wtg_range_single_child_lbs; //tiwn_preg = "Singleton Pregnancy"; } var resultdiv = "

Your Pre-pregnancy BMI (Body Mass Index): " + bmi_val + " kg/m2

Your Pre-Pregnancy Weight: " + result_bmi_status.bmi_category + "

Your Target Pregnancy Weight Gain: " + target_weght + "

Recommended weight range when delivering (40th week): " + rec_wgt_range + " lbs

"; $("#charttext").html(resultdiv); $("#chartContainer").css("display", "block !important"); $("#recalcu, #charttext, .weight-gain-result").show(); $("html,body").animate({scrollTop: $(".chartcover").offset().top - 50}, "slow"); } if (cntry == "UK") { var pre_wght = $("#pre_prg_weight_kg").val(); var current_week_kg = $("#current_week_kg").val(); var pre_prg_weight_kg = $("#pre_prg_weight_kg").val(); var height_in_cms = $("#height_cms").val(); var weight_kg = $("#weight_kg").val(); var confirm_twin = $("input[name=confirm_twins]:checked").val(); if (pre_wght == "") { alert("Please enter your Pre-pregnancy Weight"); $("#pre_prg_weight_kg").focus(); return flase; } if (current_week_kg == "" || isNaN(current_week_kg)) { alert("Please enter your Current Pregnancy Week "); $("#current_week_kg").focus(); return flase; } if (pre_prg_weight_kg == "" || isNaN(pre_prg_weight_kg)) { alert("Please enter your Current Pregnancy Week "); $("#pre_prg_weight_kg").focus(); return flase; } if (height_in_cms == "" || isNaN(height_in_cms)) { alert("Please enter your Height "); $("#height_in_cms").focus(); return flase; } if (weight_kg == "" || isNaN(weight_kg)) { alert("Please enter your Weight"); $("#weight_kg").focus(); return flase; } /* converting height from centimeters to meters*/ height_meters = (height_in_cms / 100); /* calculating bmi value base on height(meter) and weight(kg) */ bmi_val = Math.round(bmi_calcuation(pre_wght, height_meters, "UK") * 100) / 100; console.log("UK" + bmi_val); /* */ result_bmi_status = bmi_level_status(bmi_val, "UK"); /*Calculating recommended weight range for weeks */ var bmi_cat = result_bmi_status.bmi_category; switch (bmi_cat) { case "Under Weight": if (confirm_twin != "yes") { var bmi_cat_type = "Under_Weight_Single_Child_kgs"; result_rec_wght_rang = rec_weight_range_cal(pre_prg_weight_kg, current_week_kg, bmi_cat_type, "UK"); } else { var bmi_cat_type = "Under_Weight_Twins_kgs"; result_rec_wght_rang = rec_weight_range_cal(pre_prg_weight_kg, current_week_kg, bmi_cat_type, "UK"); } rec_wgt_range = result_rec_wght_rang.rec_wgt_rang; cur_rec_wgt_range = result_rec_wght_rang.cur_rec_wgt_rang; result_coordinates = result_rec_wght_rang.rec_wgt_range_coordinates; break; case "Normal Weight": if (confirm_twin != "yes") { var bmi_cat_type = "Normal_Weight_Single_Child_kgs"; result_rec_wght_rang = rec_weight_range_cal(pre_prg_weight_kg, current_week_kg, bmi_cat_type, "UK"); } else { var bmi_cat_type = "Normal_Weight_Twins_kgs"; result_rec_wght_rang = rec_weight_range_cal(pre_prg_weight_kg, current_week_kg, bmi_cat_type, "UK"); } rec_wgt_range = result_rec_wght_rang.rec_wgt_rang; cur_rec_wgt_range = result_rec_wght_rang.cur_rec_wgt_rang; result_coordinates = result_rec_wght_rang.rec_wgt_range_coordinates; break; case "Over Weight": if (confirm_twin != "yes") { var bmi_cat_type = "Over_Weight_Single_Child_kgs"; result_rec_wght_rang = rec_weight_range_cal(pre_prg_weight_kg, current_week_kg, bmi_cat_type, "UK"); } else { var bmi_cat_type = "Over_Weight_Twins_kgs"; result_rec_wght_rang = rec_weight_range_cal(pre_prg_weight_kg, current_week_kg, bmi_cat_type, "UK"); } rec_wgt_range = result_rec_wght_rang.rec_wgt_rang; cur_rec_wgt_range = result_rec_wght_rang.cur_rec_wgt_rang; result_coordinates = result_rec_wght_rang.rec_wgt_range_coordinates; break; case "Obese Weight": if (confirm_twin != "yes") { var bmi_cat_type = "Obese_Single_Chld_kgs"; result_rec_wght_rang = rec_weight_range_cal(pre_prg_weight_kg, current_week_kg, bmi_cat_type, "UK"); } else { var bmi_cat_type = "Obese_Twins_kgs"; result_rec_wght_rang = rec_weight_range_cal(pre_prg_weight_kg, current_week_kg, bmi_cat_type, "UK"); } rec_wgt_range = result_rec_wght_rang.rec_wgt_rang; cur_rec_wgt_range = result_rec_wght_rang.cur_rec_wgt_rang; result_coordinates = result_rec_wght_rang.rec_wgt_range_coordinates; break; } var target_weght = ""; //var tiwn_preg = ""; if ($("input[name=confirm_twins]:checked").val() == "yes") { target_weght = result_bmi_status.wtg_range_single_twin_kgs; //tiwn_preg = "Twin Pregnancy"; } else { target_weght = result_bmi_status.wtg_range_single_child_kgs; //tiwn_preg = "Singleton Pregnancy"; } var resultdiv = "

Your Pre-pregnancy BMI (Body Mass Index): " + bmi_val + " kg/m2

Your Pre-Pregnancy Weight: " + result_bmi_status.bmi_category + "

Your Target Pregnancy Weight Gain: " + target_weght + "

Recommended weight range when delivering (40th week): " + rec_wgt_range + " kg

"; $("#charttext").html(resultdiv); $("#chartContainer,.chartcover, .weight-gain-result").show(); var weight_difference = (diff_weight(weight_kg, pre_prg_weight_kg)); var single_coordinate = [{x: current_week_kg, y: weight_difference, label: "Your Weight Gain"}]; var bmi_msg = result_bmi_status.bmi_category; //console.log(result_coordinates); var max_wgt_gain = ""; if (weight_difference Your current weight is less than your previous weight.We suggest to please refer to your doctor to maintain a healthy weight for healthy pregnancy.
"); $("html,body").animate({scrollTop: $(".chartcover").offset().top - 150}, "slow"); $("#chartContainer").destroy(); } else if (weight_difference >= 54) { max_wgt_gain = parseInt(weight_difference) + 10; } else { max_wgt_gain = 54; } if ((bmi_msg == "Under Weight") && ($("input[name=confirm_twins]:checked").val() == "yes")) { $(".chartcover,#diff_result,.weight-gain-result").show(); $("#charttext, #info-text, #nrml_result").hide(); $("#diff_result").html("
You are currently underweight to carry twins, We suggest to please refer to your doctor to maintain a healthy weight for healthy pregnancy.
"); $("#chartContainer").destroy(); } else { $("#diff_result").hide(); plotmaps(result_coordinates, current_week_kg, weight_kg, "UK"); $("#nrml_result, #info-text").show(); } $("#chartContainer").css("display", "block !important"); $("#recalcu, #charttext, .weight-gain-result").show(); $("html,body").animate({scrollTop: $(".chartcover").offset().top - 50}, "slow"); } }); /* Calculation for recommended weight gain range */ function rec_weight_range_cal(pre_wght, current_week, bmi_cat_type, cntry) { var resultant = get_preg_wght_data(); var rec_wgt_gain_range = [], rec_wgt_gain_range_cor = []; for ([preg_week_key, preg_week_val] of Object.entries(resultant)) { for ([preg_wgt_key, preg_wgt_val] of Object.entries(resultant[preg_week_key])) { // console.log(preg_week_key); if (preg_week_key == current_week) { if (preg_wgt_key == bmi_cat_type) { //console.log(preg_wgt_val); var cur_preg_wgt_Array = preg_wgt_val.split("-"); var cur_rec_wgt_ran = []; for (cur_rec_wgt_new in cur_preg_wgt_Array) { var cur_rec_wgt_tem = (parseFloat(pre_wght)) + (parseFloat(cur_preg_wgt_Array[cur_rec_wgt_new])); cur_rec_wgt_ran.push(cur_rec_wgt_tem); } cur_rec_wgt_ran = cur_rec_wgt_ran.join(" - "); } } if (preg_wgt_key == bmi_cat_type) { var preg_wgt_Array = preg_wgt_val.split("-"); var rec_wgt_ran_temp = []; for (rec_wgt_new in preg_wgt_Array) { var rec_wgt_tem = (parseFloat(pre_wght)) + (parseFloat(preg_wgt_Array[rec_wgt_new])); rec_wgt_ran_temp.push(rec_wgt_tem); } var rec_wgt_ran_co_temp = rec_wgt_ran_temp; rec_wgt_ran_temp = rec_wgt_ran_temp.join(" - "); rec_wgt_gain_temp = preg_wgt_val; } } rec_wgt_gain_range.push({ week: preg_week_key, rec_wgt_range: rec_wgt_ran_temp, rec_wgt_gain: rec_wgt_gain_temp }); rec_wgt_gain_range_cor.push({ week: parseInt(preg_week_key), minrange: rec_wgt_ran_co_temp[0], maxrange: rec_wgt_ran_co_temp[1]}); } //console.log("test" + JSON.stringify(rec_wgt_gain_range_cor)); var tableheadTitle = (cntry == "US") ? "Weight ( lbs )" : "Weight ( kg )"; var tablecontents = "

Table of recommended weight range for the complete pregnancy period.

"; for (var i = 0; i " : ""; tablecontents += tablecontentTR; tablecontents += ""; tablecontents += ""; tablecontents += ""; tablecontents += ""; } tablecontents += "
Week of PregnancyRecommended Weight Range, " + tableheadTitle + "Recommended Weight Gain, " + tableheadTitle + "
" + "Week " + rec_wgt_gain_range[i]["week"] + "" + rec_wgt_gain_range[i]["rec_wgt_range"] + "" + rec_wgt_gain_range[i]["rec_wgt_gain"] + "
"; document.getElementById("charttable").innerHTML = tablecontents; //console.log({ rec_wgt_rang : rec_wgt_ran_temp, cur_rec_wgt_rang : cur_rec_wgt_ran }); return { rec_wgt_range_coordinates : rec_wgt_gain_range_cor, rec_wgt_rang : rec_wgt_ran_temp, cur_rec_wgt_rang : cur_rec_wgt_ran }; } /* pregnancy weight gain array */ function get_preg_wght_data() { data = { "1": { "Under_Weight_Single_Child_lbs": "0 - 0", "Under_Weight_Single_Child_kgs": "0 - 0", "Under_Weight_Twins_lbs": "0 - 0", "Under_Weight_Twins_kgs": "0 - 0", "Normal_Weight_Single_Child_lbs": "0 - 0", "Normal_Weight_Single_Child_kgs": "0 - 0", "Normal_Weight_Twins_lbs": "0 - 0", "Normal_Weight_Twins_kgs": "0 - 0", "Over_Weight_Single_Child_lbs": "0 - 0", "Over_Weight_Single_Child_kgs": "0 - 0", "Over_Weight_Twins_lbs": "0 - 0", "Over_Weight_Twins_ kgs": "0 - 0", "Obese_Single_Chld_lbs": "0 - 0", "Obese_Single_Chld_kgs": "0 - 0", "Obese_Twins_lbs": "0 - 0", "Obese_Twins_kgs": "0 - 0" }, "2": { "Under_Weight_Single_Child_lbs": "0.1 - 0.4", "Under_Weight_Single_Child_kgs": "0.04 - 0.2", "Under_Weight_Twins_lbs": "0.1 - 0.4", "Under_Weight_Twins_kgs": "0.04 - 0.2", "Normal_Weight_Single_Child_lbs": "0.1 - 0.4", "Normal_Weight_Single_Child_kgs": "0.04 - 0.2", "Normal_Weight_Twins_lbs": "0.1 - 0.4", "Normal_Weight_Twins_kgs": "0.04 - 0.2", "Over_Weight_Single_Child_lbs": "0.1 - 0.4", "Over_Weight_Single_Child_kgs": "0.04 - 0.2", "Over_Weight_Twins_lbs": "0.1 - 0.4", "Over_Weight_Twins_ kgs": "0.04 - 0.2", "Obese_Single_Chld_lbs": "0.1 - 0.4", "Obese_Single_Chld_kgs": "0.04 - 0.2", "Obese_Twins_lbs": "0.1 - 0.4", "Obese_Twins_kgs": "0.04 - 0.2" }, "3": { "Under_Weight_Single_Child_lbs": "0.2 - 0.7", "Under_Weight_Single_Child_kgs": "0.08 - 0.3", "Under_Weight_Twins_lbs": "0.2 - 0.7", "Under_Weight_Twins_kgs": "0.08 - 0.3", "Normal_Weight_Single_Child_lbs": "0.2 - 0.7", "Normal_Weight_Single_Child_kgs": "0.08 - 0.3", "Normal_Weight_Twins_lbs": "0.2 - 0.7", "Normal_Weight_Twins_kgs": "0.08 - 0.3", "Over_Weight_Single_Child_lbs": "0.2 - 0.7", "Over_Weight_Single_Child_kgs": "0.08 - 0.3", "Over_Weight_Twins_lbs": "0.2 - 0.7", "Over_Weight_Twins_ kgs": "0.08 - 0.3", "Obese_Single_Chld_lbs": "0.2 - 0.7", "Obese_Single_Chld_kgs": "0.08 - 0.3", "Obese_Twins_lbs": "0.2 - 0.7", "Obese_Twins_kgs": "0.08 - 0.3" }, "4": { "Under_Weight_Single_Child_lbs": "0.3 - 1.1", "Under_Weight_Single_Child_kgs": "0.1 - 0.5", "Under_Weight_Twins_lbs": "0.3 - 1.1", "Under_Weight_Twins_kgs": "0.1 - 0.5", "Normal_Weight_Single_Child_lbs": "0.3 - 1.1", "Normal_Weight_Single_Child_kgs": "0.1 - 0.5", "Normal_Weight_Twins_lbs": "0.3 - 1.1", "Normal_Weight_Twins_kgs": "0.1 - 0.5", "Over_Weight_Single_Child_lbs": "0.3 - 1.1", "Over_Weight_Single_Child_kgs": "0.1 - 0.5", "Over_Weight_Twins_lbs": "0.3 - 1.1", "Over_Weight_Twins_ kgs": "0.1 - 0.5", "Obese_Single_Chld_lbs": "0.3 - 1.1", "Obese_Single_Chld_kgs": "0.1 - 0.5", "Obese_Twins_lbs": "0.3 - 1.1", "Obese_Twins_kgs": "0.1 - 0.5" }, "5": { "Under_Weight_Single_Child_lbs": "0.4 - 1.5", "Under_Weight_Single_Child_kgs": "0.2 - 0.7", "Under_Weight_Twins_lbs": "0.4 - 1.5", "Under_Weight_Twins_kgs": "0.2 - 0.7", "Normal_Weight_Single_Child_lbs": "0.4 - 1.5", "Normal_Weight_Single_Child_kgs": "0.2 - 0.7", "Normal_Weight_Twins_lbs": "0.4 - 1.5", "Normal_Weight_Twins_kgs": "0.2 - 0.7", "Over_Weight_Single_Child_lbs": "0.4 - 1.5", "Over_Weight_Single_Child_kgs": "0.2 - 0.7", "Over_Weight_Twins_lbs": "0.4 - 1.5", "Over_Weight_Twins_ kgs": "0.2 - 0.7", "Obese_Single_Chld_lbs": "0.4 - 1.5", "Obese_Single_Chld_kgs": "0.2 - 0.7", "Obese_Twins_lbs": "0.4 - 1.5", "Obese_Twins_kgs": "0.2 - 0.7" }, "6": { "Under_Weight_Single_Child_lbs": "0.5 - 1.8", "Under_Weight_Single_Child_kgs": "0.2 - 0.8", "Under_Weight_Twins_lbs": "0.5 - 1.8", "Under_Weight_Twins_kgs": "0.2 - 0.8", "Normal_Weight_Single_Child_lbs": "0.5 - 1.8", "Normal_Weight_Single_Child_kgs": "0.2 - 0.8", "Normal_Weight_Twins_lbs": "0.5 - 1.8", "Normal_Weight_Twins_kgs": "0.2 - 0.8", "Over_Weight_Single_Child_lbs": "0.5 - 1.8", "Over_Weight_Single_Child_kgs": "0.2 - 0.8", "Over_Weight_Twins_lbs": "0.5 - 1.8", "Over_Weight_Twins_ kgs": "0.2 - 0.8", "Obese_Single_Chld_lbs": "0.5 - 1.8", "Obese_Single_Chld_kgs": "0.2 - 0.8", "Obese_Twins_lbs": "0.5 - 1.8", "Obese_Twins_kgs": "0.2 - 0.8" }, "7": { "Under_Weight_Single_Child_lbs": "0.6 - 2.2", "Under_Weight_Single_Child_kgs": "0.2 - 1.0", "Under_Weight_Twins_lbs": "0.6 - 2.2", "Under_Weight_Twins_kgs": "0.2 - 1.0", "Normal_Weight_Single_Child_lbs": "0.6 - 2.2", "Normal_Weight_Single_Child_kgs": "0.2 - 1.0", "Normal_Weight_Twins_lbs": "0.6 - 2.2", "Normal_Weight_Twins_kgs": "0.2 - 1.0", "Over_Weight_Single_Child_lbs": "0.6 - 2.2", "Over_Weight_Single_Child_kgs": "0.2 - 1.0", "Over_Weight_Twins_lbs": "0.6 - 2.2", "Over_Weight_Twins_ kgs": "0.2 - 1.0", "Obese_Single_Chld_lbs": "0.6 - 2.2", "Obese_Single_Chld_kgs": "0.2 - 1.0", "Obese_Twins_lbs": "0.6 - 2.2", "Obese_Twins_kgs": "0.2 - 1.0" }, "8": { "Under_Weight_Single_Child_lbs": "0.6 - 2.6", "Under_Weight_Single_Child_kgs": "0.3 - 1.2", "Under_Weight_Twins_lbs": "0.6 - 2.6", "Under_Weight_Twins_kgs": "0.3 - 1.2", "Normal_Weight_Single_Child_lbs": "0.6 - 2.6", "Normal_Weight_Single_Child_kgs": "0.3 - 1.2", "Normal_Weight_Twins_lbs": "0.6 - 2.6", "Normal_Weight_Twins_kgs": "0.3 - 1.2", "Over_Weight_Single_Child_lbs": "0.6 - 2.6", "Over_Weight_Single_Child_kgs": "0.3 - 1.2", "Over_Weight_Twins_lbs": "0.6 - 2.6", "Over_Weight_Twins_ kgs": "0.3 - 1.2", "Obese_Single_Chld_lbs": "0.6 - 2.6", "Obese_Single_Chld_kgs": "0.3 - 1.2", "Obese_Twins_lbs": "0.6 - 2.6", "Obese_Twins_kgs": "0.3 - 1.2" }, "9": { "Under_Weight_Single_Child_lbs": "0.7 - 2.9", "Under_Weight_Single_Child_kgs": "0.3 - 1.3", "Under_Weight_Twins_lbs": "0.7 - 2.9", "Under_Weight_Twins_kgs": "0.3 - 1.3", "Normal_Weight_Single_Child_lbs": "0.7 - 2.9", "Normal_Weight_Single_Child_kgs": "0.3 - 1.3", "Normal_Weight_Twins_lbs": "0.7 - 2.9", "Normal_Weight_Twins_kgs": "0.3 - 1.3", "Over_Weight_Single_Child_lbs": "0.7 - 2.9", "Over_Weight_Single_Child_kgs": "0.3 - 1.3", "Over_Weight_Twins_lbs": "0.7 - 2.9", "Over_Weight_Twins_ kgs": "0.3 - 1.3", "Obese_Single_Chld_lbs": "0.7 - 2.9", "Obese_Single_Chld_kgs": "0.3 - 1.3", "Obese_Twins_lbs": "0.7 - 2.9", "Obese_Twins_kgs": "0.3 - 1.3" }, "10": { "Under_Weight_Single_Child_lbs": "0.8 - 3.3", "Under_Weight_Single_Child_kgs": "0.4 - 1.5", "Under_Weight_Twins_lbs": "0.8 - 3.3", "Under_Weight_Twins_kgs": "0.4 - 1.5", "Normal_Weight_Single_Child_lbs": "0.8 - 3.3", "Normal_Weight_Single_Child_kgs": "0.4 - 1.5", "Normal_Weight_Twins_lbs": "0.8 - 3.3", "Normal_Weight_Twins_kgs": "0.4 - 1.5", "Over_Weight_Single_Child_lbs": "0.8 - 3.3", "Over_Weight_Single_Child_kgs": "0.4 - 1.5", "Over_Weight_Twins_lbs": "0.8 - 3.3", "Over_Weight_Twins_ kgs": "0.4 - 1.5", "Obese_Single_Chld_lbs": "0.8 - 3.3", "Obese_Single_Chld_kgs": "0.4 - 1.5", "Obese_Twins_lbs": "0.8 - 3.3", "Obese_Twins_kgs": "0.4 - 1.5" }, "11": { "Under_Weight_Single_Child_lbs": "0.9 - 3.7", "Under_Weight_Single_Child_kgs": "0.4 - 1.7", "Under_Weight_Twins_lbs": "0.9 - 3.7", "Under_Weight_Twins_kgs": "0.4 - 1.7", "Normal_Weight_Single_Child_lbs": "0.9 - 3.7", "Normal_Weight_Single_Child_kgs": "0.4 - 1.7", "Normal_Weight_Twins_lbs": "0.9 - 3.7", "Normal_Weight_Twins_kgs": "0.4 - 1.7", "Over_Weight_Single_Child_lbs": "0.9 - 3.7", "Over_Weight_Single_Child_kgs": "0.4 - 1.7", "Over_Weight_Twins_lbs": "0.9 - 3.7", "Over_Weight_Twins_ kgs": "0.4 - 1.7", "Obese_Single_Chld_lbs": "0.9 - 3.7", "Obese_Single_Chld_kgs": "0.4 - 1.7", "Obese_Twins_lbs": "0.9 - 3.7", "Obese_Twins_kgs": "0.4 - 1.7" }, "12": { "Under_Weight_Single_Child_lbs": "1.0 - 4.0", "Under_Weight_Single_Child_kgs": "0.5 - 1.8", "Under_Weight_Twins_lbs": "1.0 - 4.0", "Under_Weight_Twins_kgs": "0.5 - 1.8", "Normal_Weight_Single_Child_lbs": "1.0 - 4.0", "Normal_Weight_Single_Child_kgs": "0.5 - 1.8", "Normal_Weight_Twins_lbs": "1.0 - 4.0", "Normal_Weight_Twins_kgs": "0.5 - 1.8", "Over_Weight_Single_Child_lbs": "1.0 - 4.0", "Over_Weight_Single_Child_kgs": "0.5 - 1.8", "Over_Weight_Twins_lbs": "1.0 - 4.0", "Over_Weight_Twins_ kgs": "0.5 - 1.8", "Obese_Single_Chld_lbs": "1.0 - 4.0", "Obese_Single_Chld_kgs": "0.5 - 1.8", "Obese_Twins_lbs": "1.0 - 4.0", "Obese_Twins_kgs": "0.5 - 1.8" }, "13": { "Under_Weight_Single_Child_lbs": "1.1 - 4.4", "Under_Weight_Single_Child_kgs": "0.5 - 2.0", "Under_Weight_Twins_lbs": "1.1 - 4.4", "Under_Weight_Twins_kgs": "0.5 - 2.0", "Normal_Weight_Single_Child_lbs": "1.1 - 4.4", "Normal_Weight_Single_Child_kgs": "0.5 - 2.0", "Normal_Weight_Twins_lbs": "1.1 - 4.4", "Normal_Weight_Twins_kgs": "0.5 - 2.0", "Over_Weight_Single_Child_lbs": "1.1 - 4.4", "Over_Weight_Single_Child_kgs": "0.5 - 2.0", "Over_Weight_Twins_lbs": "1.1 - 4.4", "Over_Weight_Twins_ kgs": "0.5 - 2.0", "Obese_Single_Chld_lbs": "1.1 - 4.4", "Obese_Single_Chld_kgs": "0.5 - 2.0", "Obese_Twins_lbs": "1.1 - 4.4", "Obese_Twins_kgs": "0.5 - 2.0" }, "14": { "Under_Weight_Single_Child_lbs": "2.1 - 5.7", "Under_Weight_Single_Child_kgs": "1.0 - 2.6", "Under_Weight_Twins_lbs": "2.4 - 6.2", "Under_Weight_Twins_kgs": "1.1 - 2.8", "Normal_Weight_Single_Child_lbs": "2.0 - 5.5", "Normal_Weight_Single_Child_kgs": "0.9 - 2.5", "Normal_Weight_Twins_lbs": "2.4 - 6.2", "Normal_Weight_Twins_kgs": "1.1 - 2.8", "Over_Weight_Single_Child_lbs": "1.6 - 5.2", "Over_Weight_Single_Child_kgs": "0.7 - 2.3", "Over_Weight_Twins_lbs": "2.2 - 6.1", "Over_Weight_Twins_ kgs": "1.0 - 2.8", "Obese_Single_Chld_lbs": "1.5 - 5.0", "Obese_Single_Chld_kgs": "0.7 - 2.3", "Obese_Twins_lbs": "2.0 - 5.8", "Obese_Twins_kgs": "0.9 - 2.6" }, "15": { "Under_Weight_Single_Child_lbs": "3.1 - 7.0", "Under_Weight_Single_Child_kgs": "1.4 - 3.2", "Under_Weight_Twins_lbs": "3.8 - 8.1", "Under_Weight_Twins_kgs": "1.7 - 3.7", "Normal_Weight_Single_Child_lbs": "2.9 - 6.7", "Normal_Weight_Single_Child_kgs": "1.3 - 3.0", "Normal_Weight_Twins_lbs": "3.8 - 8.1", "Normal_Weight_Twins_kgs": "1.7 - 3.7", "Over_Weight_Single_Child_lbs": "2.1 - 5.9", "Over_Weight_Single_Child_kgs": "1.0 - 2.7", "Over_Weight_Twins_lbs": "3.3 - 7.8", "Over_Weight_Twins_ kgs": "1.5 - 3.5", "Obese_Single_Chld_lbs": "1.8 - 5.6", "Obese_Single_Chld_kgs": "0.8 - 2.5", "Obese_Twins_lbs": "2.9 - 7.2", "Obese_Twins_kgs": "1.3 - 3.3" }, "16": { "Under_Weight_Single_Child_lbs": "4.1 - 8.4", "Under_Weight_Single_Child_kgs": "1.9 - 3.8", "Under_Weight_Twins_lbs": "5.1 - 9.9", "Under_Weight_Twins_kgs": "2.3 - 4.5", "Normal_Weight_Single_Child_lbs": "3.8 - 7.8", "Normal_Weight_Single_Child_kgs": "1.7 - 3.5", "Normal_Weight_Twins_lbs": "5.1 - 9.9", "Normal_Weight_Twins_kgs": "2.3 - 4.5", "Over_Weight_Single_Child_lbs": "2.6 - 6.7", "Over_Weight_Single_Child_kgs": "1.2 - 3.0", "Over_Weight_Twins_lbs": "4.4 - 9.5", "Over_Weight_Twins_ kgs": "2.0 - 4.3", "Obese_Single_Chld_lbs": "2.2 - 6.1", "Obese_Single_Chld_kgs": "1.0 - 2.8", "Obese_Twins_lbs": "3.8 - 8.6", "Obese_Twins_kgs": "1.7 - 3.9" }, "17": { "Under_Weight_Single_Child_lbs": "5.1 - 9.7", "Under_Weight_Single_Child_kgs": "2.3 - 4.4", "Under_Weight_Twins_lbs": "6.4 - 11.7", "Under_Weight_Twins_kgs": "2.9 - 5.3", "Normal_Weight_Single_Child_lbs": "4.6 - 8.9", "Normal_Weight_Single_Child_kgs": "2.1 - 4.1", "Normal_Weight_Twins_lbs": "6.4 - 11.7", "Normal_Weight_Twins_kgs": "2.9 - 5.3", "Over_Weight_Single_Child_lbs": "3.2 - 7.5", "Over_Weight_Single_Child_kgs": "1.4 - 3.4", "Over_Weight_Twins_lbs": "5.5 - 11.2", "Over_Weight_Twins_ kgs": "2.5 - 5.1", "Obese_Single_Chld_lbs": "2.6 - 6.7", "Obese_Single_Chld_kgs": "1.2 - 3.0", "Obese_Twins_lbs": "4.6 - 10.0", "Obese_Twins_kgs": "2.1 - 4.5" }, "18": { "Under_Weight_Single_Child_lbs": "6.1 - 11.0", "Under_Weight_Single_Child_kgs": "2.8 - 5.0", "Under_Weight_Twins_lbs": "7.7 - 13.6", "Under_Weight_Twins_kgs": "3.5 - 6.2", "Normal_Weight_Single_Child_lbs": "5.5 - 10.1", "Normal_Weight_Single_Child_kgs": "2.5 - 4.6", "Normal_Weight_Twins_lbs": "7.7 - 13.6", "Normal_Weight_Twins_kgs": "3.5 - 6.2", "Over_Weight_Single_Child_lbs": "3.7 - 8.2", "Over_Weight_Single_Child_kgs": "1.7 - 3.7", "Over_Weight_Twins_lbs": "6.6 - 12.8", "Over_Weight_Twins_ kgs": "3.0 - 5.8", "Obese_Single_Chld_lbs": "2.9 - 7.3", "Obese_Single_Chld_kgs": "1.3 - 3.3", "Obese_Twins_lbs": "5.5 - 11.4", "Obese_Twins_kgs": "2.5 - 5.2" }, "19": { "Under_Weight_Single_Child_lbs": "7.1 - 12.3", "Under_Weight_Single_Child_kgs": "3.2 - 5.6", "Under_Weight_Twins_lbs": "9.1 - 15.4", "Under_Weight_Twins_kgs": "4.1 - 7.0", "Normal_Weight_Single_Child_lbs": "6.4 - 11.2", "Normal_Weight_Single_Child_kgs": "2.9 - 5.1", "Normal_Weight_Twins_lbs": "9.1 - 15.4", "Normal_Weight_Twins_kgs": "4.1 - 7.0", "Over_Weight_Single_Child_lbs": "4.2 - 9.0", "Over_Weight_Single_Child_kgs": "1.9 - 4.1", "Over_Weight_Twins_lbs": "7.7 - 14.5", "Over_Weight_Twins_ kgs": "3.5 - 6.6", "Obese_Single_Chld_lbs": "3.3 - 7.9", "Obese_Single_Chld_kgs": "1.5 - 3.6", "Obese_Twins_lbs": "6.4 - 12.8", "Obese_Twins_kgs": "2.9 - 5.8" }, "20": { "Under_Weight_Single_Child_lbs": "8.1 - 13.6", "Under_Weight_Single_Child_kgs": "3.7 - 6.2", "Under_Weight_Twins_lbs": "10.4 - 17.3", "Under_Weight_Twins_kgs": "4.7 - 7.8", "Normal_Weight_Single_Child_lbs": "7.3 - 12.3", "Normal_Weight_Single_Child_kgs": "3.3 - 5.6", "Normal_Weight_Twins_lbs": "10.4 - 17.3", "Normal_Weight_Twins_kgs": "4.7 - 7.8", "Over_Weight_Single_Child_lbs": "4.7 - 9.7", "Over_Weight_Single_Child_kgs": "2.1 - 4.4", "Over_Weight_Twins_lbs": "8.9 - 16.2", "Over_Weight_Twins_ kgs": "4.0 - 7.4", "Obese_Single_Chld_lbs": "3.7 - 8.4", "Obese_Single_Chld_kgs": "1.7 - 3.8", "Obese_Twins_lbs": "7.3 - 14.1", "Obese_Twins_kgs": "3.3 - 6.4" }, "21": { "Under_Weight_Single_Child_lbs": "9.1 - 14.9", "Under_Weight_Single_Child_kgs": "4.1 - 6.8", "Under_Weight_Twins_lbs": "11.7 - 19.1", "Under_Weight_Twins_kgs": "5.3 - 8.7", "Normal_Weight_Single_Child_lbs": "8.2 - 13.5", "Normal_Weight_Single_Child_kgs": "3.7 - 6.1", "Normal_Weight_Twins_lbs": "11.7 - 19.1", "Normal_Weight_Twins_kgs": "5.3 - 8.7", "Over_Weight_Single_Child_lbs": "5.2 - 10.5", "Over_Weight_Single_Child_kgs": "2.4 - 4.8", "Over_Weight_Twins_lbs": "10.0 - 17.9", "Over_Weight_Twins_ kgs": "4.5 - 8.1", "Obese_Single_Chld_lbs": "4.0 - 9.0", "Obese_Single_Chld_kgs": "1.8 - 4.1", "Obese_Twins_lbs": "8.2 - 15.5", "Obese_Twins_kgs": "3.7 - 7.0" }, "22": { "Under_Weight_Single_Child_lbs": "10.1 - 16.3", "Under_Weight_Single_Child_kgs": "4.6 - 7.4", "Under_Weight_Twins_lbs": "13.1 - 20.9", "Under_Weight_Twins_kgs": "5.9 - 9.5", "Normal_Weight_Single_Child_lbs": "9.1 - 14.6", "Normal_Weight_Single_Child_kgs": "4.1 - 6.6", "Normal_Weight_Twins_lbs": "13.1 - 20.9", "Normal_Weight_Twins_kgs": "5.9 - 9.5", "Over_Weight_Single_Child_lbs": "5.7 - 11.3", "Over_Weight_Single_Child_kgs": "2.6 - 5.1", "Over_Weight_Twins_lbs": "11.1 - 19.6", "Over_Weight_Twins_ kgs": "5.0 - 8.9", "Obese_Single_Chld_lbs": "4.4 - 9.6", "Obese_Single_Chld_kgs": "2.0 - 4.4", "Obese_Twins_lbs": "9.1 - 16.9", "Obese_Twins_kgs": "4.1 - 7.7" }, "23": { "Under_Weight_Single_Child_lbs": "11.1 - 17.6", "Under_Weight_Single_Child_kgs": "5.0 - 8.0", "Under_Weight_Twins_lbs": "14.4 - 22.8", "Under_Weight_Twins_kgs": "6.5 - 10.3", "Normal_Weight_Single_Child_lbs": "10.0 - 15.7", "Normal_Weight_Single_Child_kgs": "4.5 - 7.1", "Normal_Weight_Twins_lbs": "14.4 - 22.8", "Normal_Weight_Twins_kgs": "6.5 - 10.3", "Over_Weight_Single_Child_lbs": "6.2 - 12.0", "Over_Weight_Single_Child_kgs": "2.8 - 5.5", "Over_Weight_Twins_lbs": "12.2 - 21.3", "Over_Weight_Twins_ kgs": "5.5 - 9.7", "Obese_Single_Chld_lbs": "4.8 - 10.2", "Obese_Single_Chld_kgs": "2.2 - 4.6", "Obese_Twins_lbs": "10.0 - 18.3", "Obese_Twins_kgs": "4.5 - 8.3" }, "24": { "Under_Weight_Single_Child_lbs": "12.1 - 18.9", "Under_Weight_Single_Child_kgs": "5.5 - 8.6", "Under_Weight_Twins_lbs": "15.7 - 24.6", "Under_Weight_Twins_kgs": "7.1 - 11.2", "Normal_Weight_Single_Child_lbs": "10.8 - 16.9", "Normal_Weight_Single_Child_kgs": "4.9 - 7.7", "Normal_Weight_Twins_lbs": "15.7 - 24.6", "Normal_Weight_Twins_kgs": "7.1 - 11.2", "Over_Weight_Single_Child_lbs": "6.8 - 12.8", "Over_Weight_Single_Child_kgs": "3.1 - 5.8", "Over_Weight_Twins_lbs": "13.3 - 23.0", "Over_Weight_Twins_ kgs": "6.0 - 10.4", "Obese_Single_Chld_lbs": "5.1 - 10.8", "Obese_Single_Chld_kgs": "2.3 - 4.9", "Obese_Twins_lbs": "10.8 - 19.7", "Obese_Twins_kgs": "4.9 - 8.9" }, "25": { "Under_Weight_Single_Child_lbs": "13.1 - 20.2", "Under_Weight_Single_Child_kgs": "5.9 - 9.2", "Under_Weight_Twins_lbs": "17.1 - 26.4", "Under_Weight_Twins_kgs": "7.7 - 12.0", "Normal_Weight_Single_Child_lbs": "11.7 - 18.0", "Normal_Weight_Single_Child_kgs": "5.3 - 8.2", "Normal_Weight_Twins_lbs": "17.1 - 26.4", "Normal_Weight_Twins_kgs": "7.7 - 12.0", "Over_Weight_Single_Child_lbs": "7.3 - 13.6", "Over_Weight_Single_Child_kgs": "3.3 - 6.1", "Over_Weight_Twins_lbs": "14.4 - 24.7", "Over_Weight_Twins_ kgs": "6.5 - 11.2", "Obese_Single_Chld_lbs": "5.5 - 11.3", "Obese_Single_Chld_kgs": "2.5 - 5.1", "Obese_Twins_lbs": "11.7 - 21.1", "Obese_Twins_kgs": "5.3 - 9.6" }, "26": { "Under_Weight_Single_Child_lbs": "14.1 - 21.5", "Under_Weight_Single_Child_kgs": "6.4 - 9.8", "Under_Weight_Twins_lbs": "18.4 - 28.3", "Under_Weight_Twins_kgs": "8.3 - 12.8", "Normal_Weight_Single_Child_lbs": "12.6 - 19.1", "Normal_Weight_Single_Child_kgs": "5.7 - 8.7", "Normal_Weight_Twins_lbs": "18.4 - 28.3", "Normal_Weight_Twins_kgs": "8.3 - 12.8", "Over_Weight_Single_Child_lbs": "7.8 - 14.3", "Over_Weight_Single_Child_kgs": "3.5 - 6.5", "Over_Weight_Twins_lbs": "15.5 - 26.4", "Over_Weight_Twins_ kgs": "7.0 - 12.0", "Obese_Single_Chld_lbs": "5.9 - 11.9", "Obese_Single_Chld_kgs": "2.7 - 5.4", "Obese_Twins_lbs": "12.6 - 22.5", "Obese_Twins_kgs": "5.7 - 10.2" }, "27": { "Under_Weight_Single_Child_lbs": "15.0 - 22.9", "Under_Weight_Single_Child_kgs": "6.8 - 10.4", "Under_Weight_Twins_lbs": "19.7 - 30.1", "Under_Weight_Twins_kgs": "8.9 - 13.7", "Normal_Weight_Single_Child_lbs": "13.5 - 20.3", "Normal_Weight_Single_Child_kgs": "6.1 - 9.2", "Normal_Weight_Twins_lbs": "19.7 - 30.1", "Normal_Weight_Twins_kgs": "8.9 - 13.7", "Over_Weight_Single_Child_lbs": "8.3 - 15.1", "Over_Weight_Single_Child_kgs": "3.8 - 6.8", "Over_Weight_Twins_lbs": "16.6 - 28.0", "Over_Weight_Twins_ kgs": "7.5 - 12.7", "Obese_Single_Chld_lbs": "6.2 - 12.5", "Obese_Single_Chld_kgs": "2.8 - 5.7", "Obese_Twins_lbs": "13.5 - 23.9", "Obese_Twins_kgs": "6.1 - 10.8" }, "28": { "Under_Weight_Single_Child_lbs": "16.0 - 24.2", "Under_Weight_Single_Child_kgs": "7.3 - 11.0", "Under_Weight_Twins_lbs": "21.0 - 32.0", "Under_Weight_Twins_kgs": "9.5 - 14.5", "Normal_Weight_Single_Child_lbs": "14.4 - 21.4", "Normal_Weight_Single_Child_kgs": "6.5 - 9.7", "Normal_Weight_Twins_lbs": "21.0 - 32.0", "Normal_Weight_Twins_kgs": "9.5 - 14.5", "Over_Weight_Single_Child_lbs": "8.8 - 15.8", "Over_Weight_Single_Child_kgs": "4.0 - 7.2", "Over_Weight_Twins_lbs": "17.7 - 29.7", "Over_Weight_Twins_ kgs": "8.0 - 13.5", "Obese_Single_Chld_lbs": "6.6 - 13.1", "Obese_Single_Chld_kgs": "3.0 - 5.9", "Obese_Twins_lbs": "14.4 - 25.3", "Obese_Twins_kgs": "6.5 - 11.5" }, "29": { "Under_Weight_Single_Child_lbs": "17.0 - 25.5", "Under_Weight_Single_Child_kgs": "7.7 - 11.6", "Under_Weight_Twins_lbs": "22.4 - 33.8", "Under_Weight_Twins_kgs": "10.1 - 15.3", "Normal_Weight_Single_Child_lbs": "15.3 - 22.5", "Normal_Weight_Single_Child_kgs": "6.9 - 10.2", "Normal_Weight_Twins_lbs": "22.4 - 33.8", "Normal_Weight_Twins_kgs": "10.1 - 15.3", "Over_Weight_Single_Child_lbs": "9.3 - 16.6", "Over_Weight_Single_Child_kgs": "4.2 - 7.5", "Over_Weight_Twins_lbs": "18.8 - 31.4", "Over_Weight_Twins_ kgs": "8.5 - 14.3", "Obese_Single_Chld_lbs": "7.0 - 13.6", "Obese_Single_Chld_kgs": "3.2 - 6.2", "Obese_Twins_lbs": "15.3 - 26.7", "Obese_Twins_kgs": "6.9 - 12.1" }, "30": { "Under_Weight_Single_Child_lbs": "18.0 - 26.8", "Under_Weight_Single_Child_kgs": "8.2 - 12.2", "Under_Weight_Twins_lbs": "23.7 - 35.6", "Under_Weight_Twins_kgs": "10.8 - 16.2", "Normal_Weight_Single_Child_lbs": "16.1 - 23.7", "Normal_Weight_Single_Child_kgs": "7.3 - 10.7", "Normal_Weight_Twins_lbs": "23.7 - 35.6", "Normal_Weight_Twins_kgs": "10.8 - 16.2", "Over_Weight_Single_Child_lbs": "9.9 - 17.4", "Over_Weight_Single_Child_kgs": "4.5 - 7.9", "Over_Weight_Twins_lbs": "19.9 - 33.1", "Over_Weight_Twins_ kgs": "9.0 - 15.0", "Obese_Single_Chld_lbs": "7.3 - 14.2", "Obese_Single_Chld_kgs": "3.3 - 6.5", "Obese_Twins_lbs": "16.1 - 28.1", "Obese_Twins_kgs": "7.3 - 12.7" }, "31": { "Under_Weight_Single_Child_lbs": "19.0 - 28.1", "Under_Weight_Single_Child_kgs": "8.6 - 12.8", "Under_Weight_Twins_lbs": "25.0 - 37.5", "Under_Weight_Twins_kgs": "11.4 - 17.0", "Normal_Weight_Single_Child_lbs": "17.0 - 24.8", "Normal_Weight_Single_Child_kgs": "7.7 - 11.2", "Normal_Weight_Twins_lbs": "25.0 - 37.5", "Normal_Weight_Twins_kgs": "11.4 - 17.0", "Over_Weight_Single_Child_lbs": "10.4 - 18.1", "Over_Weight_Single_Child_kgs": "4.7 - 8.2", "Over_Weight_Twins_lbs": "21.0 - 34.8", "Over_Weight_Twins_ kgs": "9.5 - 15.8", "Obese_Single_Chld_lbs": "7.7 - 14.8", "Obese_Single_Chld_kgs": "3.5 - 6.7", "Obese_Twins_lbs": "17.0 - 29.5", "Obese_Twins_kgs": "7.7 - 13.4" }, "32": { "Under_Weight_Single_Child_lbs": "20.0 - 29.5", "Under_Weight_Single_Child_kgs": "9.1 - 13.4", "Under_Weight_Twins_lbs": "26.4 - 39.3", "Under_Weight_Twins_kgs": "12.0 - 17.8", "Normal_Weight_Single_Child_lbs": "17.9 - 25.9", "Normal_Weight_Single_Child_kgs": "8.1 - 11.8", "Normal_Weight_Twins_lbs": "26.4 - 39.3", "Normal_Weight_Twins_kgs": "12.0 - 17.8", "Over_Weight_Single_Child_lbs": "10.9 - 18.9", "Over_Weight_Single_Child_kgs": "4.9 - 8.6", "Over_Weight_Twins_lbs": "22.1 - 36.5", "Over_Weight_Twins_ kgs": "10.0 - 16.6", "Obese_Single_Chld_lbs": "8.1 - 15.4", "Obese_Single_Chld_kgs": "3.7 - 7.0", "Obese_Twins_lbs": "17.9 - 30.9", "Obese_Twins_kgs": "8.1 - 14.0" }, "33": { "Under_Weight_Single_Child_lbs": "21.0 - 30.8", "Under_Weight_Single_Child_kgs": "9.5 - 14.0", "Under_Weight_Twins_lbs": "27.7 - 41.1", "Under_Weight_Twins_kgs": "12.6 - 18.7", "Normal_Weight_Single_Child_lbs": "18.8 - 27.1", "Normal_Weight_Single_Child_kgs": "8.5 - 12.3", "Normal_Weight_Twins_lbs": "27.7 - 41.1", "Normal_Weight_Twins_kgs": "12.6 - 18.7", "Over_Weight_Single_Child_lbs": "11.4 - 19.7", "Over_Weight_Single_Child_kgs": "5.2 - 8.9", "Over_Weight_Twins_lbs": "23.2 - 38.2", "Over_Weight_Twins_ kgs": "10.5 - 17.3", "Obese_Single_Chld_lbs": "8.4 - 16.0", "Obese_Single_Chld_kgs": "3.8 - 7.2", "Obese_Twins_lbs": "18.8 - 32.3", "Obese_Twins_kgs": "8.5 - 14.6" }, "34": { "Under_Weight_Single_Child_lbs": "22.0 - 32.1", "Under_Weight_Single_Child_kgs": "10.0 - 14.6", "Under_Weight_Twins_lbs": "29.0 - 43.0", "Under_Weight_Twins_kgs": "13.2 - 19.5", "Normal_Weight_Single_Child_lbs": "19.7 - 28.2", "Normal_Weight_Single_Child_kgs": "8.9 - 12.8", "Normal_Weight_Twins_lbs": "29.0 - 43.0", "Normal_Weight_Twins_kgs": "13.2 - 19.5", "Over_Weight_Single_Child_lbs": "11.9 - 20.4", "Over_Weight_Single_Child_kgs": "5.4 - 9.3", "Over_Weight_Twins_lbs": "24.4 - 39.9", "Over_Weight_Twins_ kgs": "11.0 - 18.1", "Obese_Single_Chld_lbs": "8.8 - 16.5", "Obese_Single_Chld_kgs": "4.0 - 7.5", "Obese_Twins_lbs": "19.7 - 33.6", "Obese_Twins_kgs": "8.9 - 15.3" }, "35": { "Under_Weight_Single_Child_lbs": "23.0 - 33.4", "Under_Weight_Single_Child_kgs": "10.4 - 15.2", "Under_Weight_Twins_lbs": "30.4 - 44.8", "Under_Weight_Twins_kgs": "13.8 - 20.3", "Normal_Weight_Single_Child_lbs": "20.6 - 29.3", "Normal_Weight_Single_Child_kgs": "9.3 - 13.3", "Normal_Weight_Twins_lbs": "30.4 - 44.8", "Normal_Weight_Twins_kgs": "13.8 - 20.3", "Over_Weight_Single_Child_lbs": "12.4 - 21.2", "Over_Weight_Single_Child_kgs": "5.6 - 9.6", "Over_Weight_Twins_lbs": "25.5 - 41.6", "Over_Weight_Twins_ kgs": "11.5 - 18.8", "Obese_Single_Chld_lbs": "9.2 - 17.1", "Obese_Single_Chld_kgs": "4.2 - 7.8", "Obese_Twins_lbs": "20.6 - 35.0", "Obese_Twins_kgs": "9.3 - 15.9" }, "36": { "Under_Weight_Single_Child_lbs": "24.0 - 34.7", "Under_Weight_Single_Child_kgs": "10.9 - 15.8", "Under_Weight_Twins_lbs": "31.7 - 46.7", "Under_Weight_Twins_kgs": "14.4 - 21.2", "Normal_Weight_Single_Child_lbs": "21.5 - 30.5", "Normal_Weight_Single_Child_kgs": "9.7 - 13.8", "Normal_Weight_Twins_lbs": "31.7 - 46.7", "Normal_Weight_Twins_kgs": "14.4 - 21.2", "Over_Weight_Single_Child_lbs": "12.9 - 21.9", "Over_Weight_Single_Child_kgs": "5.9 - 10.0", "Over_Weight_Twins_lbs": "26.6 - 43.2", "Over_Weight_Twins_ kgs": "12.1 - 19.6", "Obese_Single_Chld_lbs": "9.5 - 17.7", "Obese_Single_Chld_kgs": "4.3 - 8.0", "Obese_Twins_lbs": "21.5 - 36.4", "Obese_Twins_kgs": "9.7 - 16.5" }, "37": { "Under_Weight_Single_Child_lbs": "25.0 - 36.0", "Under_Weight_Single_Child_kgs": "11.3 - 16.3", "Under_Weight_Twins_lbs": "33.0 - 48.5", "Under_Weight_Twins_kgs": "15.0 - 22.0", "Normal_Weight_Single_Child_lbs": "22.3 - 31.6", "Normal_Weight_Single_Child_kgs": "10.1 - 14.3", "Normal_Weight_Twins_lbs": "33.0 - 48.5", "Normal_Weight_Twins_kgs": "15.0 - 22.0", "Over_Weight_Single_Child_lbs": "13.5 - 22.7", "Over_Weight_Single_Child_kgs": "6.1 - 10.3", "Over_Weight_Twins_lbs": "27.7 - 44.9", "Over_Weight_Twins_ kgs": "12.6 - 20.4", "Obese_Single_Chld_lbs": "9.9 - 18.3", "Obese_Single_Chld_kgs": "4.5 - 8.3", "Obese_Twins_lbs": "22.3 - 37.8", "Obese_Twins_kgs": "10.1 - 17.2" }, "38": { "Under_Weight_Single_Child_lbs": "26.0 - 37.4", "Under_Weight_Single_Child_kgs": "11.8 - 16.9", "Under_Weight_Twins_lbs": "34.3 - 50.3", "Under_Weight_Twins_kgs": "15.6 - 22.8", "Normal_Weight_Single_Child_lbs": "23.2 - 32.7", "Normal_Weight_Single_Child_kgs": "10.5 - 14.8", "Normal_Weight_Twins_lbs": "34.3 - 50.3", "Normal_Weight_Twins_kgs": "15.6 - 22.8", "Over_Weight_Single_Child_lbs": "14.0 - 23.5", "Over_Weight_Single_Child_kgs": "6.3 - 10.6", "Over_Weight_Twins_lbs": "28.8 - 46.6", "Over_Weight_Twins_ kgs": "13.1 - 21.1", "Obese_Single_Chld_lbs": "10.3 - 18.8", "Obese_Single_Chld_kgs": "4.7 - 8.5", "Obese_Twins_lbs": "23.2 - 39.2", "Obese_Twins_kgs": "10.5 - 17.8" }, "39": { "Under_Weight_Single_Child_lbs": "27.0 - 38.7", "Under_Weight_Single_Child_kgs": "12.2 - 17.5", "Under_Weight_Twins_lbs": "35.7 - 52.2", "Under_Weight_Twins_kgs": "16.2 - 23.7", "Normal_Weight_Single_Child_lbs": "24.1 - 33.9", "Normal_Weight_Single_Child_kgs": "10.9 - 15.4", "Normal_Weight_Twins_lbs": "35.7 - 52.2", "Normal_Weight_Twins_kgs": "16.2 - 23.7", "Over_Weight_Single_Child_lbs": "14.5 - 24.2", "Over_Weight_Single_Child_kgs": "6.6 - 11.0", "Over_Weight_Twins_lbs": "29.9 - 48.3", "Over_Weight_Twins_ kgs": "13.6 - 21.9", "Obese_Single_Chld_lbs": "10.6 - 19.4", "Obese_Single_Chld_kgs": "4.8 - 8.8", "Obese_Twins_lbs": "24.1 - 40.6", "Obese_Twins_kgs": "10.9 - 18.4" }, "40": { "Under_Weight_Single_Child_lbs": "28.0 - 40.0", "Under_Weight_Single_Child_kgs": "12.7 - 18.1", "Under_Weight_Twins_lbs": "37.0 - 54.0", "Under_Weight_Twins_kgs": "16.8 - 24.5", "Normal_Weight_Single_Child_lbs": "25.0 - 35.0", "Normal_Weight_Single_Child_kgs": "11.3 - 15.9", "Normal_Weight_Twins_lbs": "37.0 - 54.0", "Normal_Weight_Twins_kgs": "16.8 - 24.5", "Over_Weight_Single_Child_lbs": "15.0 - 25.0", "Over_Weight_Single_Child_kgs": "6.8 - 11.3", "Over_Weight_Twins_lbs": "31.0 - 50.0", "Over_Weight_Twins_ kgs": "14.1 - 22.7", "Obese_Single_Chld_lbs": "11.0 - 20.0", "Obese_Single_Chld_kgs": "5.0 - 9.1", "Obese_Twins_lbs": "25.0 - 42.0", "Obese_Twins_kgs": "11.3 - 19.1" } }; return data; } /* convert height from meters to inches */ function conv_hgt_inches(height) { return Math.round(parseFloat(height * 39.3701)); } /* convert weight from kg to pounds */ function conv_wgt_punds(wtg_set) { return Math.round(parseFloat(wtg_set * 2.20462)); } /* bmi calculator */ function bmi_calcuation(user_weight, user_height, cntry_typ) { if (cntry_typ == "US") { bmi = (703 * (user_weight)) / Math.pow(user_height, 2); } else if (cntry_typ == "UK") { bmi = (user_weight) / Math.pow(user_height, 2); } return bmi; } function diff_weight(curr_preg_weight, pre_preg_weight) { diff_weights = (parseInt(curr_preg_weight) - parseInt(pre_preg_weight)); return diff_weights; } /* */ function bmi_level_status(bmi_status, cntry_type) { if (cntry_type == "US") { if (parseFloat(bmi_status) = parseFloat("18.5") && parseFloat(bmi_status) = parseFloat("25") && parseFloat(bmi_status) = parseFloat("30")) { bmi_category = "Obese Weight"; wtg_range_single_child_lbs = "11-20 lbs"; wtg_range_single_twin_lbs = "25-42 lbs"; } return {"bmi_category": bmi_category, "wtg_range_single_child_lbs": wtg_range_single_child_lbs, "wtg_range_single_twin_lbs": wtg_range_single_twin_lbs}; } else if (cntry_type == "UK") { if (parseFloat(bmi_status) = parseFloat("18.5") && parseFloat(bmi_status) = parseFloat("25") && parseFloat(bmi_status) = parseFloat("30")) { bmi_category = "Obese Weight"; wtg_range_single_child_kgs = "5-9 kg"; wtg_range_single_twin_kgs = "11-19 kg"; } return {"bmi_category": bmi_category, "wtg_range_single_child_kgs": wtg_range_single_child_kgs, "wtg_range_single_twin_kgs": wtg_range_single_twin_kgs}; } }

Why do you gain weight during pregnancy?

Its normal to gain weight during pregnancy because there a lot of changes happening in the body of the mother. Weight gain happens due to lot of factors such as growing size of the foetus, placenta, amniotic fluid, changes in the shape and size of the breasts, uterus etc. However gaining too much weight and weighing too low is a matter of serious concern as it might be due to underlying diseases .

Increased weight gain leads to complications such as gestational diabetes, preeclampsia, postpartum water retention and so on. On the contrary less weight gain causes preterm births and low birth weight babies whose weight is less than 2.5 kgs(1,2)

How Much Weight You Can Gain During Pregnancy?

Weight gain during pregnancy depends upon the BMI of the individual and also the type of pregnancy (single or twin pregnancy). A BMI of 18.5 to 24.9 is considered normal. Above 24.9 the individual is considered as overweight and more than 30 its obese. The following description gives you a fair idea of weight gain that should happen during pregnancy .

If you are underweight i.e BMI less than 18.5 you should gain between 28 and 40 pounds during pregnancy.

If your BMI is normal(18.5-24.9), the weight gain should be 25 to 23 pounds and incase of twin pregnancy it should be 37 to 54 pounds.

Incase you are overweight BMI( 25 to 29.9) then weight gain between 15 to 25 pounds should happen and 31 to 50 pounds for twin pregnancy.

If you are obese before pregnancy (BMI>30) then you should gain 11to 20 pounds of weight .Incase of twin pregnancy the weight gain should be 25 to 42 pounds and not more than that.(3,4)

Weight Gain during Pregnancy Calculator:

Before pregnancy

Height in feet/inches

Weight in decagrams(dag)/kilograms(kgs)/ounces(oz)/pounds(lb)/stones(stone)

BMI

Result You are in normal limits(18.5-24.9)

You are overweight(<18.5)

You are underweight(24.9-29.9)

You are obese>30

How to use the weight gain calculator

Weight yourself first on a weighing scale with lighter clothes

Enter you details such as height in feet and inches or cms

Enter your prepregnancy weight.

This will give results for your BMI range

Then enter your week of pregnancy

Select yes/no for single or twin pregnancy.

You will get the result.

Keep track of your weight gain with a pregnancy weight calculator and accordingly make changes to your diet. This helps manage your weight and also promotes your overall health.

Pregnancy weight gain by week and by trimester

We all know that weight gain happens during pregnancy but it also depends on the trimester.

During the first trimester weight gain is not much rapid as compared to the other two trimesters.Most of the weight gain happens in second trimester and slows down at the end of third trimester.

Pregnancy is divided into three trimesters

1st trimester 1-3 months (first 12 weeks)

2nd trimester 4-6 months (13-28 weeks)

3rd trimester 7-9 months (29th week till birth)

On a trimester basis in a woman with normal pre-pregnancy weight:

First trimester: 1-4.5 pounds

Second trimester: 1-2 pounds per week

Third trimester: 1-2 pounds per week (7,8)

Total weight gain during pregnancy by prepregnancy BMI

The Institute of Medicine of Academics based on the guidelines of World Health Organization(WHO) suggests a weight gain in pregnancy week by week and the following chart give us an estimate of weight gain that should happen(9)

Pre pregnancy BMI(kg/m2)

Category 

Total Weight Gain Range

Total Weight Gain Range for Twin Pregnancy

<18.5

Underweight 

28-40lbs

18.5-24.9

Normal weight

25-35lbs

37-54lbs

24.9-29.9

Overweight 

15-25lbs

31-50lbs

>/=30.0

Obese

11-20lbs

25-42lbs

Pregnancy weight gain distribution chart:

Most of the weight gain during pregnancy is not because of fat but due to the increased maternal tissues and the growing foetus.The follow table shows the weight gain distribution(10)

Enlarged breasts

1-3pounds

Enlarged uterus

2 pounds

Placenta

1.5 pounds

Amniotic Fluid

2 pounds

Increased blood volume

2-3pounds

Increase fluid volume

2-3 pounds

Fat stores

6-8 pounds

Changes in the body during pregnancy?

During pregnancy the body goes through a lot of changes such as changes in uterus, cervix, vagina , the cardiovascular system, gastrointestinal system, and urinary system and changes in the skin and breasts.

Changes in hormones:

Estrogen and Progesterone are the chief hormones that play a major role throughout pregnancy.High estrogen levels promotes maternal flow within the uterus and placenta whereas high levels of progesterone causes an increase in maternal tissues such as breasts,and the uterus to accommodate the growing baby.These changes might also lead to mood swings, anxiety, depression , restlessness and so on.

Changes in the cardiovascular system:

The heart may increase is size due to increased load on it.During the second trimester the heart works 40% extra harder than non pregnant women due to increase in blood volume.The volume of blood increases gradually by 30-50% in the pregnant women, so at the end of pregnancy the female has 1.5 litres of blood compared to non pregnant females.

Low blood pressure in pregnancy:

Many women feel dizzy in the first trimester due to decrease in the blood pressure.Hormone progesterone cause sudden relaxation in the blood vessels,resulting in feeling of acute dizziness and a brief period of unconsciousness.Small and frequent meals will help to combat low blood pressure.

Water retention in pregnancy:

Fluid often builds up in the legs and feet of pregnant women are first trimester instead of being absorbed in the blood circulation leading to a condition called oedema.This is a very common condition and happens due to long standing for hours.

Changes in respiratory system:

During pregnancy a female finds it difficult to breath normally as the growing foetus puts pressure upwards towards the lungs making it compact.

Changes in gastrointestinal system:

Many women experience nausea and morning sickness in the initial weeks of pregnancy.As the pregnancy progresses indigestion and heartburn are very common because the growing baby crowds the mother’s stomach and pushes it higher than usual due to which it causes reflux of acids into the chest.In such cases pregnant females should have small and frequent meals and shouldn’t lie down upto 2 hours after a meal.

Frequent urination and constipation:

Frequent urination is a major change that happens in pregnant females especially in first and third trimester of pregnancy.The growing baby puts a lot of pressure on the bladder causing an urge to urinate frequently.Excessive water retention in the feet and legs is also responsible for frequent urination especially during nights.On one hand the pregnant female has bladder incontinence and on the other hand due to increased pressure of hormones on the muscles of bladder she feels constipated.

Changes in skin:

We might have observed acne during pregnancy but there are also many other changes in the skin during pregnancy.Some females produce brownish or yellowish patches on the forehead and face a condition called chloasma or mask of pregnancy.It usually begins at 16th week of pregnancy i.e in second trimester and goes away after delivery.More other changes in the skin would be acne due to production of excessive oil by the sebaceous glands, heat rashes over the skin, stretch marks in the abdomen , thigh and breast regions due to increased elasticity of skin.

Some females might also observe a dark line near the umbilicus and pubic bone.Its a hormone induced which causes increased pigmentation and fades away after delivery.

Changes in breast :

Changes in the bra size is the first thing one might observe in the initial months of pregnancy all thanks to high levels of hormones estrogen and progesterone.This might happen throughout the pregnancy as there is increased in the size of the ribcage and formation of milk producing glands.

The areola around the nipples darken and montgomery’s gland enlarge and tend to produce.

During 16th week of pregnancy the breasts starts producing colostrum which is also known as immature milk high in nutrients and antibodies.It is a blessing for the new born babies(11,12,13)

What to eat during pregnancy?

All though it’s not necessary to eat for two during the first trimester of pregnancy but there is an increased demand of foods rich in nutrients such as folic acid, calcium, vitamin d, iron and protein.

The most important thing to remember is that you need not go on a special diet but try to include a variety of foods which can provide essential nutrients.

Foods rich in folate and folic acid:

Folate and folic acid is an essential B vitamin necessary during the entire pregnancy as it helps to prevent neural tube defects and abnormalities in the brain and spinal cord of the growing foetus.Its found in foods such as spinach, oranges, dried beans and peas.

Calcium and Vitamin D 

Calcium and Vitamin D are essential for the formation of strong bones and teeth and also for the proper functioning of the nervous,muscular and circulatory system.Lack of Vitamin D hampers calcium absorption so one must include foods like milk and milk products, egg yolk, green leafy vegetables, fishes apart from supplementing themselves.

Protein:

An important nutrient vital for the overall growth and development of the baby is found in foods such as poultry, fish, meat, soy products , beans, legumes , milk and milk products.

Iron:

Iron deficiency anemia is a very common problem during pregnancy due to increased blood volume.Care must be taken to avoid its deficiency by including foods rich in iron such as lean meats, green leafy vegetables,poultry, dry fruits and so on.

Apart from including the above mentioned foods in the diet it is also important to obtain such nutrients in the form of supplements and vitamins as prescribed by the healthcare provider.

Foods to avoid

Foods which are detrimental to health such as raw uncooked foods, unwashed fruits and vegetables such be avoided by pregnant females.

Unpasteurised milk products carries risk of food contamination.

Sea foods such as shark, swordfish, tuna and mackerel have high mercury content and hence needs to be avoided .

Excessive caffeine and alcohol should be avoided as it crosses the placental barrier and harm the baby.

Smoking is not at all advisable as it poise health effects and leads to premature outcomes(14)

One must be careful and check for any aversions and allergies to any food apart from the mentioned above and speak to medical professional or their dietitian

Frequently Asked Questions

How much weight should a 5’2” woman gain during pregnancy?

She should have a healthy BMI somewhere between 18.1 to 24.9.

How can I slow down my pregnancy weight gain?

First, consult your doctor and follow their advice. Apart from that, ensure to stay active. Walking for a few minutes to half an hour every day can help. If you are an active person, don’t change your routine too much. Avoid snacking on fatty and processed food. Instead, consume a balanced and nutritious diet.

Do your thighs get bigger during pregnancy?

A convenient way to calculate your maximum LBM is to start with 160 lbs as your base. From here, you should add 5 lbs for each inch you have above 5’10”, or subtract 5 lbs for each inch you lack below 5’10”.

Does being pregnant with a boy make you gain more weight?

Yes. Research shows that women carrying male fetuses gain more weight than women carrying female fetuses (1). However, further research is required to validate these results.

Embed Code


To embed this on to your site just copy and paste the below code

Was this article helpful?
thumbsupthumbsdown
The following two tabs change content below.