answersLogoWhite

0


Best Answer

UNDER HOOD, PASSENGER SIDE, REAR ENGINE AREA, ABOVE OIL FILTER, MOUNTED ON LOWER TIMING COVER

User Avatar

Wiki User

18y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Where is the oil sending unit located on a 1989 Buick LeSabre T-Type 3800 V6?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What ttype of volcano is mount pelee?

Stractovolcano


What ttype of book is about what ball bonces higher?

a physics book


How do you Download a PDFs?

I usually do this via Google search. Ttype the command "filetype:PDF" + what you want to search. All the result will be PDF files. May it help you .


In what type of cell are lysosomes rare?

In what type o cells are lysosomes common? In what ttype o cell are they rare


What is the name for in law for the crime of making a false statement?

It is "making false statement to law enforcemant officer. TType your answer here...


What is volusion?

worthless: https://livechat03.volusion.com/livechat.aspx?ID=24342&location=http%3a//www.volusion.com/contact.asp&auto=0&cookieGuid=a4t4rem4jidgah55jekumjeb&DeptID=10&Agent=&tType= worthless: https://livechat03.volusion.com/livechat.aspx?ID=24342&location=http%3a//www.volusion.com/contact.asp&auto=0&cookieGuid=a4t4rem4jidgah55jekumjeb&DeptID=10&Agent=&tType=


Where is the Gettysburg Battlefield on map?

here is where it is http://maps.google.ca/maps?hl=en&time=&date=&ttype=&sll=40.117071,-75.456848&sspn=0.062224,0.134583&ie=UTF8&lr=lang_en&cd=1&geocode=0,39.830230,-77.231110&ei=ztqWR_u-JIq6jgPEkbWeDQ&q=http://www.satellite-sightseer.com/earth/id/1579/1579.kml&ftid=AAA114185A320A4F copy and paste that in your browser


You only make 800.00 a month but you owe 36000.00 in credit card debt can they garnish your wages?

In some states you may be exempted from garnishment. In order to fully answer your question please copy and paste to the url. https://livechat17.volusion.com/livechat.aspx?ID=242155&location=https%3a//www.ontrackfinancialgroup.com/&auto=0&cookieGuid=4jemrfffgqabwkvgckfyn2ni&DeptID=&Agent=&tType= Ontrack Financial Group llc


Does applesauce have citric acid?

Most fruits contain citric acid. The amount of citric acid in apples and pears is significantly lower than that of citrus fruits like oranges and lemons.


Is space a token in java?

By default, no. The StreamTokenizer class ignores spaces as white space.If you need to make it a token, which you didn't specify, you can modify the default behavior by calling the function ordinaryChar (int ch), where ch is the character you would want to be treated as a token.From the Java SE 6 API documentation:ordinaryCharpublic void ordinaryChar(int ch) Specifies that the character argument is "ordinary" in this tokenizer. It removes any special significance the character has as a comment character, word component, string delimiter, white space, or number character. When such a character is encountered by the parser, the parser treats it as a single-character token and sets ttype field to the character value. Making a line terminator character "ordinary" may interfere with the ability of a StreamTokenizer to count lines. The lineno method may no longer reflect the presence of such terminator characters in its line count.Parameters:ch - the character.