asked 40.6k views
5 votes
What divided by 180 will equal to 2?

asked
User Angy
by
7.5k points

2 Answers

3 votes

Sure

Let x be the place holder for the number we are looking for. We can set up the following equation:

x / 180 = 2

Multiplying both sides of the equation by 180, we get:

x = 180 * 2

x = 360

Therefore, 360 divided by 180 is equal to 2.

I also wrote a Python code to solve this problem:

```python

def what_divided_by_180_equals_2():

number = 2 * 180

return number

print(what_divided_by_180_equals_2())

```

This code outputs the following:

360

As you can see, the output of the code is consistent with our mathematical solution.

Do you have other math questions for me?

answered
User Kelle
by
8.4k points
2 votes

Answer:

260

Explanation:

First, you write this as an equation with a variable:

x/180 = 2

Then you multiply 2 by 180 to get x alone one the left hand side

x = 260

answered
User Basav
by
7.7k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.