A Weightloss and diet forum. WeightLossBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » WeightLossBanter forum » alt.support.diet newsgroups » Weightwatchers
Site Map Home Authors List Search Today's Posts Mark Forums Read Web Partners

Help calculating daily points



 
 
Thread Tools Display Modes
  #1  
Old January 5th, 2004, 07:19 PM
General Protection Fault
external usenet poster
 
Posts: n/a
Default Help calculating daily points

Hello, I am developing some software to help my wife track her points and
I was wondering how to determine your daily point allotment.

If this all works out I'll definitely release it to the public domain.

Thank you!

--
FreeBSD 4.8-RELEASE i386
1:15PM up 45 days, 15:26, 2 users, load averages: 0.00, 0.02, 0.00
  #2  
Old January 5th, 2004, 07:35 PM
Carol in NC
external usenet poster
 
Posts: n/a
Default Help calculating daily points

Points are calculate using the following formula:

Calories + (fat grams x 4) - (fiber grams x 10...but with a cap of 4 grams
per serve) all divided by 50.

Carol

--
.................................................. ...........
318/239.4/169
78.6 lost since December 2002
I am a slim person in process.
.................................................. .............
"General Protection Fault" wrote in message
...
Hello, I am developing some software to help my wife track her points and
I was wondering how to determine your daily point allotment.

If this all works out I'll definitely release it to the public domain.

Thank you!

--
FreeBSD 4.8-RELEASE i386
1:15PM up 45 days, 15:26, 2 users, load averages: 0.00, 0.02, 0.00



  #3  
Old January 5th, 2004, 07:56 PM
SPOONS
external usenet poster
 
Posts: n/a
Default Help calculating daily points

Here are the Daily Flex points according to weight.

FLEX POINT RANGE:

Less than 150 pounds------20 points
150-174 pounds-------------22 points
175-199 pounds-------------24 points
200-224 pounds-------------26 points
225-249 pounds-------------28 points
250-274 pounds-------------30 points
275-299 pounds-------------31 points
300-324 pounds-------------32 points
325-349 pounds-------------33 points
More than 350 pounds-----34 points

Then you add your 35 flex points on top of that. However, once the week is
over, so are your points. You cannot carry them forward, and you start
fresh with a new 35 points every week.


Hope this helps and let me know if you need anything else.

Take care
SPOONS
.................

"General Protection Fault" wrote in message
...
Hello, I am developing some software to help my wife track her points and
I was wondering how to determine your daily point allotment.

If this all works out I'll definitely release it to the public domain.

Thank you!

--
FreeBSD 4.8-RELEASE i386
1:15PM up 45 days, 15:26, 2 users, load averages: 0.00, 0.02, 0.00



  #4  
Old January 5th, 2004, 08:04 PM
General Protection Fault
external usenet poster
 
Posts: n/a
Default Help calculating daily points

On Mon, 05 Jan 2004 19:56:32 GMT, SPOONS wrote:
Here are the Daily Flex points according to weight.

FLEX POINT RANGE:

Less than 150 pounds------20 points
150-174 pounds-------------22 points
175-199 pounds-------------24 points
200-224 pounds-------------26 points
225-249 pounds-------------28 points
250-274 pounds-------------30 points
275-299 pounds-------------31 points
300-324 pounds-------------32 points
325-349 pounds-------------33 points
More than 350 pounds-----34 points

Then you add your 35 flex points on top of that. However, once the week is
over, so are your points. You cannot carry them forward, and you start
fresh with a new 35 points every week.


Hope this helps and let me know if you need anything else.


Thanks! That's exactly what I needed.


--
FreeBSD 4.8-RELEASE i386
2:00PM up 45 days, 16:11, 1 user, load averages: 0.00, 0.00, 0.00
  #5  
Old January 5th, 2004, 08:49 PM
Joyce
external usenet poster
 
Posts: n/a
Default Help calculating daily points

Once upon a time, someone here tracked down the technical formulas on a patent
website. I don't know if these are the same formulas, are what I have written
down.

Food points:

P=(c/50) + (tf/12) - (f/5) whe

P=points
c=calories
tf=total fat
f=fiber (maximum allowable fiber = 4 grams)

Remember when making your program that you can not allow more than 4g of fiber to
be used in the calculations.

The formula for activity points is:

P=(w/50) * (e/85) * m whe

P=points
w=weight in pounds
e=exercise level
1=light exercise
1.5=moderate, ie: just breaking a sweat
3.5=heavy, ie: heavy sweating and difficulty carrying a conversation
m=minutes spent exercizing

Hope this is what you are looking for.

Joyce

On Mon, 05 Jan 2004 19:19:05 GMT, General Protection Fault
wrote:

Hello, I am developing some software to help my wife track her points and
I was wondering how to determine your daily point allotment.

If this all works out I'll definitely release it to the public domain.

Thank you!


  #6  
Old January 5th, 2004, 08:57 PM
Joyce
external usenet poster
 
Posts: n/a
Default Help calculating daily points

LOL! Seeing another post - I realized this wasn't at all what you were looking
for. Guess I should clean off the ol' reading glasses. g

Joyce

On Mon, 05 Jan 2004 14:49:15 -0600, Joyce wrote:

Once upon a time, someone here tracked down the technical formulas on a patent
website. I don't know if these are the same formulas, are what I have written
down.

Food points:

P=(c/50) + (tf/12) - (f/5) whe

P=points
c=calories
tf=total fat
f=fiber (maximum allowable fiber = 4 grams)

Remember when making your program that you can not allow more than 4g of fiber to
be used in the calculations.

The formula for activity points is:

P=(w/50) * (e/85) * m whe

P=points
w=weight in pounds
e=exercise level
1=light exercise
1.5=moderate, ie: just breaking a sweat
3.5=heavy, ie: heavy sweating and difficulty carrying a conversation
m=minutes spent exercizing

Hope this is what you are looking for.

Joyce

On Mon, 05 Jan 2004 19:19:05 GMT, General Protection Fault
wrote:

Hello, I am developing some software to help my wife track her points and
I was wondering how to determine your daily point allotment.

If this all works out I'll definitely release it to the public domain.

Thank you!


  #7  
Old January 5th, 2004, 09:44 PM
General Protection Fault
external usenet poster
 
Posts: n/a
Default Help calculating daily points

On Mon, 05 Jan 2004 14:57:12 -0600, Joyce wrote:
LOL! Seeing another post - I realized this wasn't at all what you were looking
for. Guess I should clean off the ol' reading glasses. g

Joyce


That's quite all right; I can use that too.

--
FreeBSD 4.8-RELEASE i386
3:40PM up 45 days, 17:51, 1 user, load averages: 0.01, 0.01, 0.00
  #8  
Old January 5th, 2004, 11:01 PM
Rick Larsen
external usenet poster
 
Posts: n/a
Default Help calculating daily points

Is this the same as the "old" points allowance - before the
flexipoints were introduced? I haven't been to a meeting for ages and
thought the daily points allowance was lower.
thanks
Rick

On Mon, 05 Jan 2004 19:56:32 GMT, "SPOONS"
wrote:

Here are the Daily Flex points according to weight.

FLEX POINT RANGE:

Less than 150 pounds------20 points
150-174 pounds-------------22 points
175-199 pounds-------------24 points
200-224 pounds-------------26 points
225-249 pounds-------------28 points
250-274 pounds-------------30 points
275-299 pounds-------------31 points
300-324 pounds-------------32 points
325-349 pounds-------------33 points
More than 350 pounds-----34 points

Then you add your 35 flex points on top of that. However, once the week is
over, so are your points. You cannot carry them forward, and you start
fresh with a new 35 points every week.


Hope this helps and let me know if you need anything else.

Take care
SPOONS
................

"General Protection Fault" wrote in message
. ..
Hello, I am developing some software to help my wife track her points and
I was wondering how to determine your daily point allotment.

If this all works out I'll definitely release it to the public domain.

Thank you!

--
FreeBSD 4.8-RELEASE i386
1:15PM up 45 days, 15:26, 2 users, load averages: 0.00, 0.02, 0.00



  #9  
Old January 5th, 2004, 11:37 PM
LIMEYNO1
external usenet poster
 
Posts: n/a
Default Help calculating daily points

When I started WW in Oct at 210, I started online at 24 points.

"SPOONS" wrote in message
. rogers.com...
Here are the Daily Flex points according to weight.

FLEX POINT RANGE:

Less than 150 pounds------20 points
150-174 pounds-------------22 points
175-199 pounds-------------24 points
200-224 pounds-------------26 points
225-249 pounds-------------28 points
250-274 pounds-------------30 points
275-299 pounds-------------31 points
300-324 pounds-------------32 points
325-349 pounds-------------33 points
More than 350 pounds-----34 points

Then you add your 35 flex points on top of that. However, once the week

is
over, so are your points. You cannot carry them forward, and you start
fresh with a new 35 points every week.


Hope this helps and let me know if you need anything else.

Take care
SPOONS
................

"General Protection Fault" wrote in message
...
Hello, I am developing some software to help my wife track her points

and
I was wondering how to determine your daily point allotment.

If this all works out I'll definitely release it to the public domain.

Thank you!

--
FreeBSD 4.8-RELEASE i386
1:15PM up 45 days, 15:26, 2 users, load averages: 0.00, 0.02, 0.00





  #10  
Old January 6th, 2004, 01:50 AM
Prairie Roots
external usenet poster
 
Posts: n/a
Default Help calculating daily points

Here are the daily point ranges for the Winning Points plan, which
preceded the Flex Points plan. Winning Points didn't include an option
for the additional 35 weekly points introduced with the Flex Points
plan. You had to bank (or reverse bank) points in excess of your daily
target. The daily target points in the Flex plan is 2 pts over the
minimum points on the Winning plan.

Under 150 lbs-------18-23 points
150-174 lbs---------20-25 points
175-199 lbs---------22-27 points
200-224 lbs---------24-29 points
225-249 lbs---------26-31 points
250-274 lbs---------28-33 points
275-299 lbs---------29-34 points
300-324 lbs---------30-35 points
325-349 lbs---------31-36 points
350+ lbs------------32-37 points

Hope this helps. If you need info about plans prior to Winning Points,
someone else will have to step forward.

Prairie Roots

On Tue, 06 Jan 2004 07:01:15 +0800, Rick Larsen
wrote:

Is this the same as the "old" points allowance - before the
flexipoints were introduced? I haven't been to a meeting for ages and
thought the daily points allowance was lower.
thanks
Rick

On Mon, 05 Jan 2004 19:56:32 GMT, "SPOONS"
wrote:

Here are the Daily Flex points according to weight.

FLEX POINT RANGE:

Less than 150 pounds------20 points
150-174 pounds-------------22 points
175-199 pounds-------------24 points
200-224 pounds-------------26 points
225-249 pounds-------------28 points
250-274 pounds-------------30 points
275-299 pounds-------------31 points
300-324 pounds-------------32 points
325-349 pounds-------------33 points
More than 350 pounds-----34 points

Then you add your 35 flex points on top of that. However, once the week is
over, so are your points. You cannot carry them forward, and you start
fresh with a new 35 points every week.


Hope this helps and let me know if you need anything else.

Take care
SPOONS
................

"General Protection Fault" wrote in message
.. .
Hello, I am developing some software to help my wife track her points and
I was wondering how to determine your daily point allotment.

If this all works out I'll definitely release it to the public domain.

Thank you!

--
FreeBSD 4.8-RELEASE i386
1:15PM up 45 days, 15:26, 2 users, load averages: 0.00, 0.02, 0.00



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Supplements during induction placidbull Low Carbohydrate Diets 0 January 10th, 2004 06:24 PM
new here James Anderson Weightwatchers 13 January 2nd, 2004 05:53 AM
Recipes: Christmas cookies Amberle3 Weightwatchers 6 November 29th, 2003 05:31 PM
Losing Weight Properly John Weightwatchers 19 November 25th, 2003 03:49 PM
Man this isn't much food Amanda Weightwatchers 9 November 25th, 2003 03:09 PM


All times are GMT +1. The time now is 08:15 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 WeightLossBanter.
The comments are property of their posters.