Ford Model A (1903–04)

The original Ford Model A is the first car produced by the Ford Motor Company, beginning production in 1903. Ernest Pfennig, a Chicago dentist, became the first owner of a Model A on July 23, 1903;[4] 1,750 cars were made from 1903 through 1904 during Ford's occupancy of its first facility: the Ford Mack Avenue Plant, a modest rented wood-frame building on Detroit's East Side. The Model A was replaced by the Ford Model C during 1904 with some sales overlap.

Ad for the Model A from a December 15, 1903 newspaper
Ford Model A
Overview
ManufacturerFord
Also calledFordmobile
Ford Model AC
Production1903–1904
DesignerHenry Ford
Body and chassis
Body style2-seat runabout
rear-entry 4-seat tonneau
Powertrain
EngineFlat-2 1668 cc (101.788 cu in) 8 hp[1][2]
Transmission2-speed planetary
Dimensions
Wheelbase72 in (1.8 m)[3]
Curb weight1,240 lb (562 kg)
Chronology
PredecessorFord Quadricycle
SuccessorFord Model B
Ford Model C

The car came as a two-seater runabout for $800 or the $900 [5] four-seater tonneau model with an option to add a top. The horizontal-mounted flat-2, situated amidships of the car, produced 8 hp (6 kW). A planetary transmission was fitted with two forward speeds and reverse, a Ford signature later seen on the Ford Model T. The car weighed 1,240 lb (562 kg) and could reach a top speed of 28 mph (45 km/h). It had a 72-inch (1.8 m) wheelbase and sold for a base price of US$750. Options included a rear tonneau with two seats and a rear door for $100, a rubber roof for $30 or a leather roof for $50. Band brakes were used on the rear wheels.[1] However, it was $150 more than its most direct competitor, the Oldsmobile Curved Dash, so did not sell as well.[4]

The company had spent almost its entire $28,000 initial investment funds with only $223.65 left in its bank account when the first Model A was sold. The success of this car model generated a profit for the Ford Motor Company, Henry Ford's first successful business.[6]

Although Ford advertised the Model A as the "most reliable machine in the world", it suffered from many problems common to vehicles of the era, including overheating and slipping transmission bands. The Model A was sold only in red by the factory, though some were later repainted in other colors.[7]

Ford Model AC

1904 Model A cars were equipped with the larger, 10-horsepower engine of the Model C and were sold as the Model AC.[1] The Model AC can be visually distinguished from the Model A by its larger six-by-three-bar radiator.[8]

gollark: I tried that.
gollark: `False`
gollark: `True`
gollark: ```pythonimport requestsimport randomimport fileinputdef weighted_choice(choices): total = sum(weight for choice, weight in choices) r = random.uniform(0, total) upto = 0 for choice, weight in choices: if upto + weight >= r: return choice upto += weight assert False, "Shouldn't get here"def get_rhymes(word, extra_params={}): default_params = { "rel_rhy": word, "max": 20, "md": "pf" } return requests.get("https://api.datamuse.com/words/", params={**default_params, **extra_params}).json()def get_frequency(word_object): for tag in word_object["tags"]: if tag.startswith("f:"): return float(tag[2:]) return 0def get_rhyme(word, params): options = get_rhymes(word, params) options = list(map(lambda word_object: (word_object["word"], get_frequency(word_object)), options)) if len(options) == 0: return word return weighted_choice(options)last = Nonefor line in fileinput.input(): line = line.replace("\n", "") if last != None: print(line + " " + get_rhyme(last, {})) last = None else: last = line.replace(".", "").split(" ")[-1] print(line)```
gollark: My automated rap generatorIs far superior to puny human rappers laterIt is backed by the entire resourcesOf this random online dictionary and word relation query API resource isTechnically it still relies on human interventionTo produce the input text to turn into rap intentionAnd due to the limitations of current natural language processingIt is unable to significantly transform the input text reprocessingThis is because spoken human languagesAre mostly not designed with machine-parseability language isor ease of understandingas major goals expandingand were we using better-designed languages, automated rapwould surely be much easier. app

References

  1. Kimes & Clark, Jr. (1989), pp. 547–548.
  2. http://www.oldcarbrochures.com/static/Misc%20Brochures/Autos%20of%201904%20Booklet/Autos%20of%201904-17.html
  3. http://www.conceptcarz.com/vehicle/z7472/Ford-Model-A-Two.aspx
  4. Lacey, Robert (1986). Ford: The Men and the Machine. Little, Brown and company. ISBN 0-316-51166-8.
  5. ad in Automobile Review magazine, Chicago, Dec. 15, 1903, p. 10
  6. "Early Ford". Retrieved February 11, 2010.
  7. Auto Museum Online - 1903 Ford Model A
  8. "1904 Ford Model 'AC' 10hp Four Seater Rear Entrance Tonneau: Engine No. 982". Bonhams. May 2014. Archived from the original on April 26, 2016. Retrieved August 29, 2017.

Bibliography

See also

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