asked 188k views
10 votes
What is A divided by A% of A? ( A the variable )

1 Answer

13 votes
a divided by a% of a:
a / (a% of a) = a / (a% * a) = a / (a/100 * a) = a / (a^2/100) = a * (100/a^2) = 100 / a

The correct answer would be 100 / a.
answered
User Edwin Cheong
by
7.6k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.