answersLogoWhite

0


Best Answer

a modified engine has a big block bolt pattern for a big block transmission.a 300 has a small block pattern.unless there is some kind of adapter it will not fit.

User Avatar

Wiki User

17y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Will a 4 speed granny geared trannsmission from the 300 in-line six mount to a 351 modified?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

Which one has more power stright 6 or 351c big block?

351 isn't a big block. As for an answer to your question, depends on which inline six... tractor-trailer engines are inline six engines... If you're comparing the 300 Ford I6 to the Ford 351, the 351 has more power, hands down.


How do you solve differential equation by MATLAB?

At first, you have used a command for variable a function. Example as.... f(x)=x^4+5*x-7 (i) To differentiate the equation (ii) n derivative of the equation SOLUTION: (i) MATLAB CODE: syms x f=inline('x^4+5*x-7','x')%f=inline('function','variable') diff(f(x)) the above code will write in M-file and run, then you will get Answer. OR BY USING COMMAND WINDOW: >> syms x >> f=inline('x^4+5*x-7','x') f = Inline function: f(x) = x^4+5*x-7 >> diff(f(x)) ans = 4*x^3 + 5 (ii) solution diff(function,n)% here diff is command >> syms x >> diff(x^4+5*x-7,3) ans = 24*x


How do you know which piston is number one on a Mazda 1988 b2200?

It's the one closest to the crankshaft pulley, or the front of the engine, the front of the truck. Assuming it's an inline engine, not a v.


What is the acceleration of a inline skater going straight and goes from 3 miles to 9 miles in 3 seconds?

The acceleration cannot be determined with this information. The beginning and ending velocity needs to be known. You can determine her average velocity, however. average velocity = displacement/time = (9mi - 3mi)/3s = 6m/3s = 2m/s


What is the right engine rotation my acura integra 1988 LS 3d 1.6i 16V DOHC D16A1 motor?

The majority of Honda/Acura Inline 4 cylinder engines correct direction of rotation is COUNTER-CLOCKWISE. Only some of the newer 4 cylinders are clockwise as with most of their V6 engines. I owned a 1987 Integra, so I know this for sure.

Related questions

What is the towing capacity of a 1965 C-10 with granny 4spd and 250 inline 6?

6000 lbs


Will a 75 inline 6 trany 4 speed fit a Chevy 305?

yes it will work you will be geared low


When will you make inline function?

Trivial functions, such as member variable accessors that simply return a member's value, are prime candidates for inline expansion. However trivial non-member functions can also be inline expanded, as can any non-trivial function that is rarely called.Member functions defined in the body of the class declaration are implicitly declared inline. However, whether a function is explicitly declared inline or not, the compiler is free to ignore any inline request, such as when the inline expansion of a non-trivial function would adversely compromise code size, for instance.Note that inline expansion replaces the call to a function with a modified version of the function's body within the calling functions -- just as if you'd duplicated the code yourself, rather than creating a separate function -- which removes the overhead of making a function call.The only way to force a function inline is to manually write the expanded code yourself. But if the code appears in several places, maintenance of the code will be compromised.If there's ever any doubt, declare it inline and let the compiler decide. It's in a far better position to determine if it should be inline expanded or not.


When make a function inline?

Trivial functions, such as member variable accessors that simply return a member's value, are prime candidates for inline expansion. However trivial non-member functions can also be inline expanded, as can any non-trivial function that is rarely called.Member functions defined in the body of the class declaration are implicitly declared inline. However, whether a function is explicitly declared inline or not, the compiler is free to ignore any inline request, such as when the inline expansion of a non-trivial function would adversely compromise code size, for instance.Note that inline expansion replaces the call to a function with a modified version of the function's body within the calling functions -- just as if you'd duplicated the code yourself, rather than creating a separate function -- which removes the overhead of making a function call.The only way to force a function inline is to manually write the expanded code yourself. But if the code appears in several places, maintenance of the code will be compromised.If there's ever any doubt, declare it inline and let the compiler decide. It's in a far better position to determine if it should be inline expanded or not.


Is a 2005 dodge neon 2.0 L 16 valve a v4?

No, it is an inline engine.No, it is an inline engine.


What are modules?

RIMM: Rambhous Inline Memory ModuleSIMM: Single Inline Memory ModuleDIMM: Dual Inline Memory ModuleDDRDIMM: Dual Data Rate Dual Inline Memory Module


What are standard module?

RIMM: Rambhous Inline Memory ModuleSIMM: Single Inline Memory ModuleDIMM: Dual Inline Memory ModuleDDRDIMM: Dual Data Rate Dual Inline Memory Module


What are the disadvantages of inline functions?

The inline functions is an optimization technique that is used by the compilers. The disadvantage of the inline functions is the increased binary size.


Is inline function a command?

No, functions (inline or other) aren't commands.


What is the firing order for an inline six?

the firing order for an inline six is (1,5,3,6,2,4).


Will an in-line fuel pump work on a '99 jeep Cherokee?

Maybe if it is a assist pump and you have a modified engine. Otherwise I won't recommend it. If something is wrong with the fuel pump in it replace it. If you add the inline and something else is wrong you just waste money.


When will you make a function inline in c plus plus?

yes,we can make function inline