answersLogoWhite

0

C Y O'Connor was an engineer who was famous for building the goldfields pipeline known as the Golden Pipeline.

Unlike the goldfields in the east, the western goldfields were dry and arid, and miners lacked access to fresh water. The Golden Pipeline extends 560 km from Mundaring Weir near Perth to Kalgoorlie in the goldfields. It was built during the 1890s.

User Avatar

Wiki User

12y ago

Still curious? Ask our experts.

Chat with our AI personalities

RossRoss
Every question is just a happy little opportunity.
Chat with Ross
LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao
SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve

Add your answer:

Earn +20 pts
Q: What is the pipeline C Y O'Connor built in WA?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

What is a dominant scale?

The dominant scale/chord in music is that built on the 5th scale degree of the key. In C major, the dominant is G.


What is 90000 in Roman numeral?

The number 90000 in Roman numerals would be (XC) <Supv Note: Sorry, that would be 90 (100 - 10).> ANS: You could write 90 M's or use the barred C (C with a line over it) to represent 100,000 and subtract 1000 from it by writing an un-barred M first. M barred C (sorry to say that you can't write a barred C on WA).


How do you clear the screen in Dev C plus plus compiler?

Clearing screen in DEV C++ compiler :#includeint main(){system("cls");}OR: Permanent solution :-Paste the following text in "C:\Dev-Cpp\include\conio.h" of your system#include#includevoid clrscr(){system("cls");}Then you can use clrscr() as a normal built in function under !!!!!!!!!!!


What is 9999999 in Roman numerals?

Ah, that's a big number! In Roman numerals, 9999999 is written as IX CM XC IX. Each letter represents a different value, and when combined, they create this beautiful Roman numeral that tells a story of patience and perseverance. Just like painting a masterpiece, sometimes it takes many small strokes to create something truly magnificent.


3c plus 15 over c squared minus 5 plus c over c plus 5?

(3c +15)/(c2 - 5) + c/(c + 5)= (3c + 15)/(c - 5)(c + 5) + c/(c + 5)= (3c + 15)/(c - 5)(c + 5) + [c(c - 5)/(c + 5)(c - 5)(since the common denominator is (c + 5)(c - 5)= (3c + 15)/(c - 5)(c + 5) + (c2 - 5c)/(c + 5)(c - 5)= (3c + 15 + c2 - 5c)/(c - 5)(c + 5)= (c2 - 2c + 15)/(c - 5)(c + 5)= [(c - 5)(c + 3)]/(c - 5)(c + 5) (simplify)= (c + 3)/(c + 5)