Samantha bought m candies at the store. There are n candies in a pound, and each pound costs c dollars. Write an expression for the price Samantha paid for the candies

The expression for the price Samantha paid for the candies would be c * (m / n) dollars.

To write an expression for the price Samantha paid for the candies, we need to multiply the number of pounds by the cost per pound.

Let's break down the problem into smaller steps:

Step 1: Find the number of pounds Samantha bought.
Since there are n candies in a pound, Samantha bought m candies divided by n candies per pound. This can be represented as m/n.

Step 2: Calculate the price per pound.
The price per pound is c dollars.

Step 3: Multiply the number of pounds by the price per pound.
We multiply the result from step 1 (m/n) with the price per pound (c) to get the expression for the price Samantha paid for the candies.

Therefore, the expression for the price Samantha paid for the candies can be written as (m/n) * c.