####################################################################### # # From: # # http://quickfacts.census.gov/qfd/states/00000.html # # 23.5% of the population is Persons under 18 years, percent, # 2012. # # 23.5% * 16 / 17 = 22.11764705882352941176% # # http://data.bls.gov/timeseries/LNS11300000?years_option=specific_years&include_graphs=true&to_year=2010&from_year=1948 # # Labor Force Participation Rate, 16 years and over, is # 64.70833333333333333333%. # # Or, the fraction of the population working is (1 - # 0.2211764705882352941176) * 0.6470833333333333333333 = # 0.50396372549019607843 # ####################################################################### # # In 2010: # # U.S. households = 119,927,000 # U.S. real median income per family = $50,831 # U.S. population = 310,106,000 # # Note: Households "Number" is in thousands, or there are # 118,682,000 households, total, so "Number" must be multiplied by # 1,000. # # Note: 310,106,000 / 118,682,000 = 2.61291518511652988659 persons # per household, or the "Number" should be multiplied by 1,000, # then multiplied by 2.61291518511652988659 to get the population # count: # # 118682 * 1000 * 2.61291518511652988659 = # 310106000.00000000000027438 # # Note: the "Mean Income" should be divided by # 2.61291518511652988659 to get the mean income per capita: # # 67530 / 2.61291518511652988659 = # 25844.69652312435102833518 # # http://www.census.gov/hhes/www/cpstables/032011/hhinc/new06_000.htm: # # Income Distribution to $250,000 or More for Households: 2010 # # Number Mean Income # Total 118,682 67,530 # # $0 to $5,000 4,176 1,249 # $5,000 to $9,999 5,055 7,927 # $10,000 to $14,999 7,061 12,388 # $15,000 to $19,999 7,260 17,278 # $20,000 to $24,999 6,937 22,165 # $25,000 to $29,999 6,730 27,186 # $30,000 to $34,999 6,148 32,085 # $35,000 to $39,999 5,907 37,183 # $40,000 to $44,999 5,624 42,013 # $45,000 to $49,999 4,933 47,198 # $50,000 to $54,999 5,088 51,984 # $55,000 to $59,999 4,203 57,154 # $60,000 to $64,999 4,412 61,941 # $65,000 to $69,999 3,579 67,095 # $70,000 to $74,999 3,769 72,042 # $75,000 to $79,999 3,118 77,007 # $80,000 to $84,999 3,143 81,979 # $85,000 to $89,999 2,680 87,142 # $90,000 to $94,999 2,516 92,009 # $95,000 to $99,999 2,110 97,155 # $100,000 to $104,999 2,498 101,830 # $105,000 to $109,999 1,778 107,162 # $110,000 to $114,999 1,782 111,973 # $115,000 to $119,999 1,480 117,204 # $120,000 to $124,999 1,470 121,842 # $125,000 to $129,999 1,243 127,026 # $130,000 to $134,999 1,236 132,066 # $135,000 to $139,999 1,058 137,202 # $140,000 to $144,999 974 141,989 # $145,000 to $149,999 783 146,959 # $150,000 to $154,999 983 151,788 # $155,000 to $159,999 671 157,072 # $160,000 to $164,999 636 162,151 # $165,000 to $169,999 541 167,076 # $170,000 to $174,999 555 171,948 # $175,000 to $179,999 472 177,161 # $180,000 to $184,999 464 181,956 # $185,000 to $189,999 335 187,307 # $190,000 to $194,999 358 192,029 # $195,000 to $199,999 290 197,119 # $200,000 to $249,999 2,143 219,377 # $250,000 and over 2,484 398,194 # ####################################################################### # # US Nominal 2010 Income Per Capita: # # 478.010158 10911533.813047 # 3033.776238 13208286.260764 # 4741.064720 18449794.122108 # 6612.537636 18969764.243946 # 8482.862408 18125792.639153 # 10404.470897 17584919.195834 # 12279.388241 16064202.558096 # 14230.465731 15434489.998483 # 16078.975789 14695035.001095 # 18063.349422 12889510.608180 # 19895.020051 13294512.461873 # 21873.652970 10982082.523045 # 23705.706313 11528181.796734 # 25678.215804 9351623.447532 # 27571.503434 9848077.332704 # 29471.679922 8147069.547193 # 31374.535410 8212392.426821 # 33350.489329 7002612.696112 # 35213.159816 6574094.605753 # 37182.607592 5513251.040596 # 38971.796934 6527062.132421 # 41012.429569 4645763.199137 # 42853.668055 4656214.859878 # 44855.646547 3867114.473972 # 46630.675459 3840985.322121 # 48614.666379 3247853.575100 # 50543.546439 3229563.168804 # 52509.167072 2764464.265853 # 54341.220415 2544979.390303 # 56243.310474 2045912.589946 # 58091.437818 2568495.626970 # 60113.700167 1753266.089213 # 62057.506085 1661814.057734 # 63942.374001 1413587.115148 # 65806.958060 1450167.927740 # 67802.047693 1233295.967375 # 69637.162751 1212392.645894 # 71685.066958 875326.587014 # 73492.243871 935423.636272 # 75440.259647 757745.403684 # 83958.714485 5599477.241705 # 152394.537055 6490481.319829 # # Total: 8,014,539,517,973.938477 # Population: 310,108,612.915182 # # Mode = 6,612.537636 # # 310108612.915182 / 2 = 155054306.457591 # tsintegrate -t us.nominal.value.added.distribution.2010 # Median = 18,063.349422 156333328.440706 # # Mean = 8014539517973.938477 / 310108612.915182 # = 25,844.29836576644898214284 # ####################################################################### # # http://quickfacts.census.gov/qfd/states/00000.html # # Population, 2012 estimate: 313,873,685 # Population, 2010: 308,745,538 # Households, 2008-2012: 115,226,802 # Persons per household, 2008-2012: 2.61 # Per capita money income in past 12 months (2012 dollars), # 2008-2012: $28,051 # Median household income, 2008-2012: $53,046 # # 2.61 * 115226802 = 300741953.22 or 308745538 # 28051 * 300741953.22 = 8436112529774.22 (2012 dollars, 2008-2012 # persons per household, 2008-2012 households) # 28051 * 308745538 = 8660621086438 (2012 dollars, 2010 population) # 28051 * 313873685 = 8804470737935 (2012 dollars, 2012 population) # # http://www.census.gov/hhes/www/cpstables/032011/hhinc/new06_000.htm: # # Total: 118,682 67,530 # # 118682000 * 67530 = 8,014,595,460,000 # # http://www.census.gov/prod/2013pubs/acsbr12-02.pdf: # # The ACS 2011 U.S. median household income was $51,324 ... # # 51324 / 2.61 = 19664.36781609195402298851 # ####################################################################### # # US Real 2010 Income Per Capita, (Nominal 2010 Income Per Capita # divided by 1.11): # # tail -1 us.gdp.deflator.1790-2010 # 2010 111.00 # # 434.554689 10911533.813047 # 2757.978398 13208286.260764 # 4310.058836 18449794.122108 # 6011.397851 18969764.243946 # 7711.693098 18125792.639153 # 9458.609906 17584919.195834 # 11163.080219 16064202.558096 # 12936.787028 15434489.998483 # 14617.250717 14695035.001095 # 16421.226747 12889510.608180 # 18086.381865 13294512.461873 # 19885.139064 10982082.523045 # 21550.642103 11528181.796734 # 23343.832549 9351623.447532 # 25065.003122 9848077.332704 # 26792.436293 8147069.547193 # 28522.304918 8212392.426821 # 30318.626663 7002612.696112 # 32011.963469 6574094.605753 # 33802.370538 5513251.040596 # 35428.906304 6527062.132421 # 37284.026881 4645763.199137 # 38957.880050 4656214.859878 # 40777.860497 3867114.473972 # 42391.523145 3840985.322121 # 44195.151254 3247853.575100 # 45948.678581 3229563.168804 # 47735.606429 2764464.265853 # 49401.109468 2544979.390303 # 51130.282249 2045912.589946 # 52810.398016 2568495.626970 # 54648.818334 1753266.089213 # 56415.914623 1661814.057734 # 58129.430910 1413587.115148 # 59824.507327 1450167.927740 # 61638.225175 1233295.967375 # 63306.511592 1212392.645894 # 65168.242689 875326.587014 # 66811.130792 935423.636272 # 68582.054225 757745.403684 # 76326.104077 5599477.241705 # 138540.488232 6490481.319829 # # Total: 7,285,945,016,328.815430 # Population: 310,108,612.915182 # # Mode = 6,011.397851 # # 310108612.915182 / 2 = 155054306.457591 # tsintegrate -t us.real.value.added.distribution.2010 # Median = 16,421.226747 156333328.440706 # # Mean = 7285945016328.815430 / 310108612.915182 # = 23,494.81669611543099104803 # ####################################################################### # # http://en.wikipedia.org/wiki/Gross_domestic_product#Income_approach # # GDP = GDI = COE + GOS + GMI + TP&M – SP&M # # tail -1 us.real.gdp.1790-2010 # 2010 13088000 # # 13088000000000 / 7285945016328.815430 = 1.79633526888659919118 # ####################################################################### # # US Real 2010 GDP Per Capita: # 780.605914 10911533.813047 4954.253867 13208286.260764 7742.310698 18449794.122108 10798.485975 18969764.243946 13852.786295 18125792.639153 16990.834569 17584919.195834 20052.634707 16064202.558096 23238.806804 15434489.998483 26257.482997 14695035.001095 29498.028764 12889510.608180 32489.205631 13294512.461873 35720.376627 10982082.523045 38712.178477 11528181.796734 41933.349719 9351623.447532 45025.149123 9848077.332704 48128.198253 8147069.547193 51235.622274 8212392.426821 54462.418379 7002612.696112 57504.219006 6574094.605753 60720.390369 5513251.040596 63642.193932 6527062.132421 66974.612452 4645763.199137 69981.413935 4656214.859878 73250.709000 3867114.473972 76149.388127 3840985.322121 79389.308911 3247853.575100 82539.231894 3229563.168804 85749.153410 2764464.265853 88740.955259 2544979.390303 91847.129312 2045912.589946 94865.180520 2568495.626970 98167.599776 1753266.089213 101341.897164 1661814.057734 104419.946904 1413587.115148 107464.872455 1450167.927740 110722.917793 1233295.967375 113719.719523 1212392.645894 117064.012754 875326.587014 120015.190596 935423.636272 123196.362817 757745.403684 137107.272690 5599477.241705 248865.165180 6490481.319829 # # Total: 13,087,999,999,999.558594 # Population: 310,108,612.915182 # # Mode = 10,798.485975 # # 310108612.915182 / 2 = 155054306.457591 # tsintegrate -t us.real.value.added.distribution.2010 # Median = 29,498.028764 156333328.440706 # # Mean = 8014539517973.938477 / 310108612.915182 # = 42,204.56786725644937622212 # #######################################################################