Problem 60822. Calculate the Number of Moles

The number of moles of a substance is calculated using the formula:
Mass (g) = Moles / Molar Mass (g/mol)​
Write a function calculate_moles(mass, molar_mass) that takes:
  • mass (in grams) of a substance
  • molar_mass (its molar mass in g/mol)
and returns the number of moles, rounded to three decimal places.

Solution Stats

15.49% Correct | 84.51% Incorrect
Last Solution submitted on May 12, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers11

Suggested Problems

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!