Here is a simple decision-making algorithm. Select from each choice, add them up.
If the total > 0, rent a car. If the total < 0, use public transit:
A) # in Party: ............................ 1 (-2) 2 (-1) 3 (0) 4+ (1)
B) Young children: ................... Y (2) N (0)
C) Age of driver: ....................... 70+ (-2) <70 (1)
D) Manual tx: ............................. Y(1) N(-1)
E) Traffic side same as home: Y(1) N(-2)
F) Navigator available: ............ Y(2) N(-1)
G) Obey speed limit: ............... Y(1) N(-3)
H) Location: ............................... Western Eur (-2) Central Eur (-1) Eastern Eur (1) S Balkans (2)
I) Tour location: ....................... Mostly city (-2) City/Country (0) Country (2)
So, an older driver (-2) in Germany (-2) from Australia (-2) visiting cities (-2) no children (0) solo (-2, -1) not used to manual tx (-1) gets a score of -12. Don't rent.
A younger driver (1) in the S Balkans (2) no children (0) party of 3 (0) used to manual tx (1) but not willing to obey the speed limits (-3) has a score of 0 - they decide.
Please make additional suggestions, and possibly suggest modifications to my weights.