연료 비용 계산기
거리, 효율성 및 연료 가격에서 여행의 연료 비용을 작동합니다.
입력하는 동안 결과가 업데이트됩니다.
이 계산기에 대해
you want to calculate the fuel cost of a trip, you can use the fuel cost calculator. The fuel cost calculator is a tool that can help you calculate the fuel cost of a trip. It calculates the fuel cost of a trip from three numbers: the distance, your vehicle’s fuel efficiency and the price of fuel. In mpg mode it divides the distance by your miles-per-gallon to get gallons used, then multiplies by your litres-per-100km figure to get litres, then multiplies by the price per gallon.For example, it calculates the fuel cost of a trip from three numbers: the distance, your vehicle’s fuel efficiency and the price of fuel. In mpg mode it calculates the fuel cost of a trip from three numbers: the distance, your vehicle’s fuel efficiency and the price of fuel.For example, it calculates the fuel cost of a trip from three numbers: the distance, the fuel efficiency and the price of fuel.For example, it calculates the fuel cost of a trip from three numbers: the distance, the fuel efficiency and the price of fuel.For example, it calculates the fuel cost of a trip from three numbers: the distance, the fuel efficiency and the price of fuel.For example, it calculates the fuel cost of a trip from three numbers: the distance, the fuel efficiency and the price of fuel.For example, it calculates the fuel cost of a trip from three numbers: the distance, the fuel efficiency and the price of fuel.For example, it calculates the fuel cost of a trip from three numbers: the distance, the fuel efficiency and the price of fuel.For example, it calculates the fuel cost of a trip from three numbers: the distance, the fuel efficiency and the price of fuel.For example, it calculates the fuel cost of a trip from three numbers: the distance, the fuel efficiency and the price of fuel.For example, it calculates the fuel cost of a trip from three numbers: the distance, the fuel efficiency and the price of fuel.For example, it calculates the fuel cost of a trip from three numbers: the distance, the fuel efficiency and the price of fuel.For example, it
자주 묻는 질문
여행 연료 비용은 어떻게 계산됩니까?
mpg 모드에서: 사용된 연료 = 거리 / mpg, 그 다음 비용 = 연료 x 갤런 당 가격. 미터 모드에서: 리터 = 거리 / 100 x (l/100km), 그 다음 비용 = 리터 x 리터 당 가격.
운전 스타일이 결과를 변경합니까?
실제 효율성은 속도, 교통량, 하중 및 지형에 따라 다르므로 입력한 효율성 수치를 기반으로 추정치로 간주하십시오.
mpg와 100km당 리터 사이를 어떻게 전환합니까?
고급 옵션에서 단위 설정을 사용합니다. Miles & mpg는 마일로 표시된 거리와 효율성을 갤런당 마일로 처리합니다. km & l/100km는 킬로미터로 표시된 거리와 효율성을 100km당 리터로 처리하며, 가격은 리터로 읽습니다.
연료 비용을 승객들 사이에 어떻게 나누나요?
고급 옵션에서 사람 수를 설정합니다. 계산기는 총 여행 연료 비용을 균등하게 나누어 각 여행자가 자신의 몫을 보게 됩니다.
여행 중 연료 소모량은 얼마나 됩니까?
계산기는 사용된 연료와 비용을 보여줍니다. mpg 모드에서는 거리 ÷ mpg (갤런); 미터 모드에서는 거리 ÷ 100 × l/100km (리터). 30 mpg에서 300 마일 여행은 10 갤런을 사용합니다.
왕복 여행을 어떻게 예측할 수 있습니까?
두 길의 총 거리를 입력하거나 편도 숫자를 두 배로 늘립니다. 비용은 거리에 따라 직접적으로 증가하기 때문에 왕복 여행은 같은 효율성과 연료 가격으로 편도 여행보다 두 배의 비용이 듭니다.
API — 코드에서 이 계산기를 사용
이 계산기를 무료 JSON 엔드포인트로 호출하세요. 키가 필요하지 않습니다. 아래 필드 값을 쿼리 매개 변수 또는 JSON으로 보내십시오. 전체 API 문서 읽기 →
끝점
GET https://calculator.free/api/v1/fuel-cost/
curl
curl "https://calculator.free/api/v1/fuel-cost/?distance=300&efficiency=30&price=3.5"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/fuel-cost/?" + new URLSearchParams({
"distance": "300",
"efficiency": "30",
"price": "3.5"
}));
const data = await r.json();
console.log(data.results);
결과는 재정, 의료 또는 세금 조언이 아닌 일반적인 지침을위한 추정치입니다.