Tyrion101
- 166
- 2
I will occasionally get problems wrong because the "right" answer should be y=nx, but I put x=ny, is the program being nitpicky or am I somehow misreading the problem?
The program is not being nitpicky. You might be misreading the problem or there might be something else going on. Without more information, it's hard to say.Tyrion101 said:I will occasionally get problems wrong because the "right" answer should be y=nx, but I put x=ny, is the program being nitpicky or am I somehow misreading the problem?
I think you might be getting lost with abstract symbols.Tyrion101 said:To my mind, if there are x people and y apples, x would come first because that is what was stated first so in my mind x= 2y
Tyrion101 said:To my mind, if there are x people and y apples, x would come first because that is what was stated first so in my mind x= 2y
The fact that x appears before y should not steer you toward writing x = ...Tyrion101 said:To my mind, if there are x people and y apples, x would come first because that is what was stated first so in my mind x= 2y
Yes, it should be 16. If there are 8 people, and each has 2 apples, then the total number of apples couldn't possibly be 4, could it?Tyrion101 said:Solving it as 8=2y I get 4, shouldn't it be 16? Or am I again getting lost? I think I may see where you're going
Tyrion101 said:Solving it as 8=2y I get 4, shouldn't it be 16? Or am I again getting lost? I think I may see where you're going