Racing Gauges

Hey, i’m making a Drag Racing game, and I needed to calculate the following things into the gauges:

MPH,
HP,
Torque,
Traction,
NOS Boost,
Turbo, Supercharger Boost.

I already know the following things:

Quarter Mile in feet = 1320 ft.
Gravity = 9.8 m/s
Velocity = Distance / Time
Acceleration = v1 - v2 (v1 means the starting speed, v2 means the ending speed.)

Gauges I need working:

MPH Gauge
RPM Gauge

I already have the nos gauge working. So please help me out.