SOLUTION: Let y be 10% of a number. What is 50% of the number? Write your answer in terms of y.
Can you please show with process so I can understand it.
Question 907659: Let y be 10% of a number. What is 50% of the number? Write your answer in terms of y.
Can you please show with process so I can understand it. Found 2 solutions by jim_thompson5910, Theo:Answer by jim_thompson5910(35256) (Show Source):
z = .50*x
replace x with y/.10 to get:
z = .50*y/.10
simplify to get:
z = 5*y
in the first equation, you're letting y = .10 * x
in the second equation, you're letting z = .50 * x
you solve for x in the first equation to get x = y/.10
you replace x with y/.10 in the second equation to get z = 5*y
the logical interpretation and the algebraic interpretation agree.
this is good.