126k views
4 votes
Elmer spent the day at the mall. First, he bought five rabbits for $10 each. Later, he bought four cupboards for $70 each. After that, he found a twenty dollar bill. Also, he returned one rabbit. Write the total change to Elmer's funds as an integer.

User Wentwrong
by
8.0k points

1 Answer

1 vote

Answer:

-300

Explanation:

Step 1: Find the amount Elmer's funds decreased after purchasing the rabbits:

Let x represent Elmer's funds.

Since Elmer bought five rabbits for $10 each, he lost $10 5 times.

x - (10 * 5)

x - 50

Thus, Elmer lost (spent) $50 for the 5 rabbits.

Step 2: Find the amount Elmer's funds decreased after purchasing the cupboards:

Since Elmer bought four cupboards for $70 each, he lost $70 4 times:

x - (50 + (70 * 4))

x - (50 + 280)

x - 330

Thus, after purchasing the rabbits and cupboards, Elmer lost $330.

Step 3: Find the amount Elmer's funds increased after finding the twenty-dollar bill:

Since Elmer found a twenty-dollar bill, he gained $20

x - (330 + 20)

x - 310

Step 4: Find the amount Elmer's funds increased after returning one rabbit:

Since Elmer returned one rabbit, he gained $10:

x - (310 + 10)

x - 300

Thus, Elmer's funds changed totally by -$300.

Putting all the information together, we have:

x - 10 - 10 - 10 - 10 - 10 - 70 - 70 - 70 - 70 + 20 + 10

x - 50 - 280 + 30

x - 330 + 30

x - $300

User Huysmania
by
7.7k points