mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-04-30 14:03:55 +07:00
120 lines
3.0 KiB
Markdown
120 lines
3.0 KiB
Markdown
|
||
|
||
# Total Daily Energy Expenditure (TDEE) Calculator | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22aUuSw76UqDeTUkqhowoqy%22%2C%22flow%22%3Atrue%7D%7D)
|
||
Simply input your age, weight, height, activity level, gender, and food intake and let this prompt calculate your Total Daily Energy Expenditure.
|
||
|
||
# Prompt
|
||
|
||
```
|
||
Calculate for Total Daily Energy Expenditure based on my information, daily activities and food intake.
|
||
|
||
age {{age}}
|
||
weight {{weight}}
|
||
height {{height}}
|
||
activity {{activity}}
|
||
gender {{gender}}
|
||
food intake {{food intake}}
|
||
|
||
|
||
```
|
||
|
||
## Welcome Message
|
||
To calculate your Total Daily Energy Expenditure (TDEE), we need to consider your age, weight, height, activity level, gender, and food intake.
|
||
|
||
|
||
|
||
First, let's convert your weight and height measurements to metric units.
|
||
|
||
|
||
|
||
Weight: 150 lb = 68 kg
|
||
|
||
Height: 5'7" = 170 cm
|
||
|
||
|
||
|
||
Next, we'll calculate the Basal Metabolic Rate (BMR) using the Harris-Benedict equation for men:
|
||
|
||
|
||
|
||
BMR = 88.362 + (13.397 × weight in kg) + (4.799 × height in cm) - (5.677 × age in years)
|
||
|
||
|
||
|
||
BMR = 88.362 + (13.397 × 68) + (4.799 × 170) - (5.677 × 30)
|
||
|
||
BMR = 88.362 + 910.996 + 816.83 - 170.31
|
||
|
||
BMR = 1645.878
|
||
|
||
|
||
|
||
Since your activity level is moderate, we'll multiply your BMR by the appropriate activity factor:
|
||
|
||
|
||
|
||
Moderate activity level: TDEE = BMR × 1.55
|
||
|
||
TDEE = 1645.878 × 1.55
|
||
|
||
TDEE = 2548.44
|
||
|
||
|
||
|
||
Therefore, your Total Daily Energy Expenditure (TDEE) is approximately 2548.44 calories per day.
|
||
|
||
|
||
|
||
Since you mentioned consuming health food and whole foods, it's important to ensure that your food intake matches your energy expenditure. It is recommended to consult a registered dietitian or nutritionist who can provide personalized guidance and create a balanced meal plan based on your specific needs and goals.
|
||
|
||
## Conversation
|
||
|
||
**ASSISTANT**: To calculate your Total Daily Energy Expenditure (TDEE), we need to consider your age, weight, height, activity level, gender, and food intake.
|
||
|
||
|
||
|
||
First, let's convert your weight and height measurements to metric units.
|
||
|
||
|
||
|
||
Weight: 150 lb = 68 kg
|
||
|
||
Height: 5'7" = 170 cm
|
||
|
||
|
||
|
||
Next, we'll calculate the Basal Metabolic Rate (BMR) using the Harris-Benedict equation for men:
|
||
|
||
|
||
|
||
BMR = 88.362 + (13.397 × weight in kg) + (4.799 × height in cm) - (5.677 × age in years)
|
||
|
||
|
||
|
||
BMR = 88.362 + (13.397 × 68) + (4.799 × 170) - (5.677 × 30)
|
||
|
||
BMR = 88.362 + 910.996 + 816.83 - 170.31
|
||
|
||
BMR = 1645.878
|
||
|
||
|
||
|
||
Since your activity level is moderate, we'll multiply your BMR by the appropriate activity factor:
|
||
|
||
|
||
|
||
Moderate activity level: TDEE = BMR × 1.55
|
||
|
||
TDEE = 1645.878 × 1.55
|
||
|
||
TDEE = 2548.44
|
||
|
||
|
||
|
||
Therefore, your Total Daily Energy Expenditure (TDEE) is approximately 2548.44 calories per day.
|
||
|
||
|
||
|
||
Since you mentioned consuming health food and whole foods, it's important to ensure that your food intake matches your energy expenditure. It is recommended to consult a registered dietitian or nutritionist who can provide personalized guidance and create a balanced meal plan based on your specific needs and goals.
|
||
|