within the context of a game, where x = damage, Spell = 0.7(x) + 60. I'm struggling to create a graph which would display the damage ratios. The x axis would be the damage, and the y axis would be the proportion of damage compared to the damage. So for example, when x = 50, y = (0.7x + 60)/x = 95/50 = 1.9. The Spell deals 90% more damage when the damage is 50. However when i put y=(0.7x + 60)/x into a graph maker, I don't get this result. Thanks!
Asked
Active
Viewed 27 times
0
-
Welcome to MSE. Please use MathJax. – José Carlos Santos Feb 09 '18 at 19:06
-
@TommyPersilPechey: Is this correct using WA? – Moo Feb 09 '18 at 21:00
-
I don't know how to respond to you or vote your answer as correct, but yes, that is exactly what I wanted. I don't know how I didn't get that with geogebra or whatever software I was using. Thank you! – Tommy Persil Pechey Feb 09 '18 at 22:13