Add brackets to make this statement true: #13+50 -: 12 xx 2 -15 =7#?
2 Answers
Explanation:
We want to add brackets to make this statement true:
The first thing that catches my eye is that we have a division sign that currently has 50 being divided by 12. I think we're going to want that result be a whole number (so no remainders or fractions). So let's work with that idea.
How can we do this? If I bracket
How about if I bracket
But! if I can get the denominator to 9, then it will divide evenly into the 63 (and will also be our final answer of 7). And we can achieve that by putting the
Explanation:
You can either: Write a program to try every single parenthesis combination to see which one works.
Or: You can logic it out based on guesses. Remember, teachers rarely will give ugly fractions. You are trying to make numbers (such as 63) which appear on a times table.