Valley Falls, Rhode Island

Valley Falls is a village and census-designated place (CDP) in the town of Cumberland, Providence County, Rhode Island, United States. The population was 11,547 at the 2010 census.[3]

Valley Falls, Rhode Island
Location in Providence County and the state of Rhode Island.
Coordinates: 41°55′3″N 71°23′32″W
CountryUnited States
StateRhode Island
CountyProvidence
Area
  Total3.7 sq mi (9.5 km2)
  Land3.5 sq mi (9.2 km2)
  Water0.1 sq mi (0.3 km2)
Elevation
105 ft (32 m)
Population
 (2010)
  Total11,547
  Density3,100/sq mi (1,200/km2)
Time zoneUTC-5 (Eastern (EST))
  Summer (DST)UTC-4 (EDT)
ZIP code
02864
Area code(s)401
FIPS code44-72500[1]
GNIS feature ID1218930[2]
Mills in 1906

Warren Buffett's company Berkshire Hathaway was founded in 1839 by Oliver Chace in Valley Falls as a cotton manufacturing company, called the Valley Falls Company. Valley Falls is also the home of the Ann & Hope Mill.

Geography

Valley Falls is located at 41°55′03″N 71°23′32″W[4] in the southern part of the town of Cumberland. It is bordered by the city of Central Falls, Rhode Island to the south, the city of Attleboro, Massachusetts to the east, and the town of Lincoln, Rhode Island to the west. The Blackstone River runs along the western and southern edge of the community.

According to the United States Census Bureau, the CDP has a total area of 9.5 km2 (3.7 mi2). 9.2 km2 (3.5 mi2) of it is land and 0.3 km2 (0.1 mi2) of it (3.01%) is water.

Demographics

As of the census[1] of 2000, there were 11,599 people, 4,494 households, and 3,258 families residing in the CDP. The population density was 1,261.5/km2 (3,269.5/mi2). There were 4,668 housing units at an average density of 507.7/km2 (1,315.8/mi2). The racial makeup of the CDP was 95.88% White, 0.83% African American, 0.11% Native American, 0.52% Asian, 1.42% from other races, and 1.24% from two or more races. Hispanic or Latino of any race were 3.94% of the population. Valley Falls has an extremely large Irish population.

There were 4,494 households, out of which 32.2% had children under the age of 18 living with them, 57.3% were married couples living together, 11.4% had a female householder with no husband present, and 27.5% were non-families. 23.5% of all households were made up of individuals, and 11.5% had someone living alone who was 65 years of age or older. The average household size was 2.57 and the average family size was 3.05.

In the CDP, the population was spread out, with 23.3% under the age of 18, 7.1% from 18 to 24, 30.4% from 25 to 44, 22.8% from 45 to 64, and 16.6% who were 65 years of age or older. The median age was 39 years. For every 100 females, there were 90.3 males. For every 100 females age 18 and over, there were 88.0 males.

The median income for a household in the CDP was $46,163, and the median income for a family was $52,414. Males had a median income of $35,334 versus $25,422 for females. The per capita income for the CDP was $20,373. About 3.8% of families and 5.0% of the population were below the poverty line, including 4.7% of those under age 18 and 10.6% of those age 65 or over.

gollark: I prefer Rust.
gollark: ```perl -wlne'END{print$n}eof&&$n++;/<title>([^<]+)/i&&$n--' *Contents 1 Interpretation 2 Implementations 2.1 In Perl 2.2 In shell scriptsInterpretationThe code in question (from the collection "The road to Perligata") is a lament over the coming apocalypse, an expression of the author's Weltschmerz and the futility of all human endeavors. Let us take it step by step:-wlne' The world is near its end.END{print$n} At the end the sum of all our sins and virtues will be reckoned and the judgement revealed.eof&&$n++; As the evil of mankind ends, perhaps the end itself is a positive thing./<title>([^<]+)/ We are preoccupied with fame and titlesi And insensitive to the suffering of others.&&$n-- All this is for nought, and only hastens our demise.' * For in the end, we are but stardust. ```
gollark: They'll probably say "lambdas are evil" because python hates functional programming a lot of the time.
gollark: *considers creating an esowiki page for haskell and golang*
gollark: ``` func AddInt32(addr *int32, delta int32) (new int32) func AddInt64(addr *int64, delta int64) (new int64) func AddUint32(addr *uint32, delta uint32) (new uint32) func AddUint64(addr *uint64, delta uint64) (new uint64) func AddUintptr(addr *uintptr, delta uintptr) (new uintptr) func CompareAndSwapInt32(addr *int32, old, new int32) (swapped bool) func CompareAndSwapInt64(addr *int64, old, new int64) (swapped bool) func CompareAndSwapPointer(addr *unsafe.Pointer, old, new unsafe.Pointer) (swapped bool) func CompareAndSwapUint32(addr *uint32, old, new uint32) (swapped bool) func CompareAndSwapUint64(addr *uint64, old, new uint64) (swapped bool) func CompareAndSwapUintptr(addr *uintptr, old, new uintptr) (swapped bool) func LoadInt32(addr *int32) (val int32) func LoadInt64(addr *int64) (val int64) func LoadPointer(addr *unsafe.Pointer) (val unsafe.Pointer) func LoadUint32(addr *uint32) (val uint32) func LoadUint64(addr *uint64) (val uint64) func LoadUintptr(addr *uintptr) (val uintptr) func StoreInt32(addr *int32, val int32) func StoreInt64(addr *int64, val int64) func StorePointer(addr *unsafe.Pointer, val unsafe.Pointer) func StoreUint32(addr *uint32, val uint32) func StoreUint64(addr *uint64, val uint64) func StoreUintptr(addr *uintptr, val uintptr) func SwapInt32(addr *int32, new int32) (old int32) func SwapInt64(addr *int64, new int64) (old int64) func SwapPointer(addr *unsafe.Pointer, new unsafe.Pointer) (old unsafe.Pointer) func SwapUint32(addr *uint32, new uint32) (old uint32) func SwapUint64(addr *uint64, new uint64) (old uint64) func SwapUintptr(addr *uintptr, new uintptr) (old uintptr)```Seen in standard library docs.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.