{
  "entity_type": "unit_conversion_page",
  "id": "mach-to-mph",
  "name": "Mach (sea level) to Miles per hour",
  "title": "Mach (sea level) to Miles per hour Converter (mach to mph)",
  "description": "Convert Mach (sea level) to miles per hour: 1 mach = 761.216 mph. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "speed",
  "quantity_name": "Speed",
  "base_unit": "m/s",
  "from_unit": {
    "symbol": "mach",
    "display": "mach",
    "name": "Mach (sea level)",
    "singular": "Mach"
  },
  "to_unit": {
    "symbol": "mph",
    "display": "mph",
    "name": "miles per hour",
    "singular": "mile per hour"
  },
  "linear": true,
  "factor": 761.2159986,
  "inverse_factor": 0.001313687576,
  "formula": "miles per hour = Mach (sea level) × 761.2159986",
  "reverse_formula": "Mach (sea level) = miles per hour × 0.001313687576",
  "unit_relation": "1 mach = 761.216 mph",
  "examples": [
    {
      "value": 5,
      "result": 3806.08,
      "text": "5 mach = 3806.08 mph"
    },
    {
      "value": 12.5,
      "result": 9515.2,
      "text": "12.5 mach = 9515.2 mph"
    },
    {
      "value": 100,
      "result": 76121.6,
      "text": "100 mach = 76121.6 mph"
    }
  ],
  "table": [
    {
      "mach": 1,
      "mph": 761.216
    },
    {
      "mach": 2,
      "mph": 1522.43
    },
    {
      "mach": 3,
      "mph": 2283.65
    },
    {
      "mach": 4,
      "mph": 3044.86
    },
    {
      "mach": 5,
      "mph": 3806.08
    },
    {
      "mach": 6,
      "mph": 4567.3
    },
    {
      "mach": 7,
      "mph": 5328.51
    },
    {
      "mach": 8,
      "mph": 6089.73
    },
    {
      "mach": 9,
      "mph": 6850.94
    },
    {
      "mach": 10,
      "mph": 7612.16
    },
    {
      "mach": 15,
      "mph": 11418.2
    },
    {
      "mach": 20,
      "mph": 15224.3
    },
    {
      "mach": 25,
      "mph": 19030.4
    },
    {
      "mach": 30,
      "mph": 22836.5
    },
    {
      "mach": 40,
      "mph": 30448.6
    },
    {
      "mach": 50,
      "mph": 38060.8
    },
    {
      "mach": 75,
      "mph": 57091.2
    },
    {
      "mach": 100,
      "mph": 76121.6
    },
    {
      "mach": 200,
      "mph": 152243
    },
    {
      "mach": 250,
      "mph": 190304
    },
    {
      "mach": 500,
      "mph": 380608
    },
    {
      "mach": 1000,
      "mph": 761216
    }
  ],
  "faq": [
    {
      "q": "How many miles per hour are in one Mach?",
      "a": "1 mach = 761.216 mph. The factor comes from the SI definitions of both units (NIST SP 811 / BIPM), so it is exact or correct to at least 10 significant figures."
    },
    {
      "q": "What is the formula to convert Mach (sea level) to miles per hour?",
      "a": "Multiply the value in Mach (sea level) by 761.2159986: miles per hour = Mach (sea level) × 761.2159986. For example, 5 mach = 3806.08 mph."
    },
    {
      "q": "How do I convert miles per hour back to Mach (sea level)?",
      "a": "Multiply by the inverse factor 0.001313687576 (Mach (sea level) = miles per hour × 0.001313687576), or use the miles per hour-to-Mach (sea level) page."
    }
  ],
  "sources": [
    {
      "name": "NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors",
      "url": "https://www.nist.gov/pml/special-publication-811",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "BIPM – The International System of Units (SI Brochure, 9th edition)",
      "url": "https://www.bipm.org/en/publications/si-brochure",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "Wikipedia – Conversion of units",
      "url": "https://en.wikipedia.org/wiki/Conversion_of_units",
      "type": "reference",
      "retrieved_at": "2026-09-24"
    }
  ],
  "freshness": {
    "type": "static",
    "max_age_seconds": null,
    "note": "Fixed conversion factors (NIST/BIPM definitions); results never go stale."
  },
  "api": {
    "convert": "https://tttkmbb.com/api/v1/convert?value=5&from_unit=mach&to_unit=mph",
    "calculator": "https://tttkmbb.com/api/v1/calculate/speed?value=5&from_unit=mach&to_unit=mph",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "mach",
      "to_unit": "mph"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/mach-to-mph",
    "markdown": "https://tttkmbb.com/conversion/mach-to-mph.md",
    "json": "https://tttkmbb.com/conversion/mach-to-mph.json",
    "reverse": "https://tttkmbb.com/conversion/mph-to-mach",
    "quantity_converter": "https://tttkmbb.com/conversion/speed",
    "units": "https://tttkmbb.com/api/v1/units?quantity=speed"
  },
  "timestamp": "2026-09-24"
}