$P \Rightarrow Q$
I am having hard time understanding the second and third rows in the truth table.
Implies means use if than, but the third statement is confusing.
- $P$ : Tesla Model S is a fast car.
$Q$ : Tesla Model S is an expensive car.
T $\Rightarrow$ T : T ( if Tesla is a fast car than it is an expensive car ) ok
- T $\Rightarrow$ F : F ( if Tesla is a fast car than it is not an expensive car ) ok
- F $\Rightarrow$ T : T ( if Tesla is not a fast car than it is an expensive car )??? not ok , (why?) (a fast car only should be expensive ???
- F $\Rightarrow$ F : T ( if Tesla is not a fast car than it is not an expensive car ) ok

Your example statements are not valid; statements from "the real world" are often problematic when dealing with mathematical logic. Your statements are no mathematical statements as "fast" and "expensive" are not well-defined; you might find a car for 500 000 $ expensive whereas I could buy such a car every day and not run out of money. Also I might think that a fast car is any car that can reach 50 km/h, so the meaning of fast/expensive is nothing that can be explained mathematically.
Therefor I'll use another example that (in my oppinion) is easier to understand the. Also I focus mainly on the third row, as the second row actually shouldn't be a problem (you might want to elaborate on that if you still have problems with this row).
If we have $x\in\mathbb R$ with $x^2+1=0$, then obviously we have $2\underbrace{(x^2+1)}_{=0}=2\cdot 0=0$, so the implication is true. Now let's take a closer look to the statements that are involved:
Our implication can then be written as: $1.\Rightarrow 2.$. But: our first statement is obviously wrong, as $x^2+1=0$ can't be true for any $x\in\mathbb R$. Still as stated above, the implication as a whole is true, regardless of the fact that our premise is wrong.
At first this only looks like an explanation for the fourth row with $1.=F,2.=F$, as by the same logic we can conclude that our second statement is wrong, too. But we never used this fact in either explaining why the implication is true nor in saying that our premise is wrong. We could have used a true statement for $2.$ instead.
If we have $x\in\mathbb R$ with $x^2+1=0$, then obviously it is true to write $x+x=2x$. Again the implication is true. Let's look at the statements which are involved:
Again the first statement is wrong, but the second statement is now true. Now we are in the third row of the truth table, with $1.=F$ and $2.=T$.
I hope this answers your questions, otherwise feel free to ask!