This is a binomial distribution. X ~ Bin(100,0.70) where n = 100 vehicles and p = 0.70 (sample proportion for vehicles to carry just one person).
1.) You can use the binomial distribution calculator to solve this problem. You need n = 100 vehicles, p = 0.70 as success probability, and x = 61 selected vehicles.
P(X ≥ 61) = 1 - P(X < 61) = 1 - 0.021 = 0.979
2.) You can use the binomial probability formula: P(X = x) = n! / [x!*(n-x)!] * px * (1-p)n-x
The probability that 61 or more vehicles carry just one person is about 0.979.