L H.
asked 08/14/14I need help solving a optimization and linear programming problem. Can someone assist me with this type of math?
Solving a optimization and linear programming question. Can someone help me with this type of math?
Memory Usage:
Female Avatar 128KB Memory Allocated
Male Avatar uses 64 KB Memory
Location Data Transfer Time:
12 milliseconds for each user
Animation Frame Rate:
Empty map with no Avatar gets about 121 frames per second.
Adding only Female Avatars causes a drop in 5 frames per second for every 10 avatars added.
Adding only Male Avatars causes a drop of 10 frames per second for each 10 avatars added.
To keep the app running above 30 fps, that means there are only 91 fps that we can drop (121 fps with zero avatars – 30 fps minimum = 91 fps that can be dropped by adding avatars.)
Figure out the maximum number of user avatars that can be displayed without going over 10 MB memory (10240kB), keeping a loading time under 2 seconds (2000 milliseconds), and keeping the frames per second over 30 fps.
x = 128KB
y = 64KB
Max Number User Avatars =
128x + 64y<= 10MB(10240KB)
Female Avatar 128KB Memory Allocated
Male Avatar uses 64 KB Memory
Location Data Transfer Time:
12 milliseconds for each user
Animation Frame Rate:
Empty map with no Avatar gets about 121 frames per second.
Adding only Female Avatars causes a drop in 5 frames per second for every 10 avatars added.
Adding only Male Avatars causes a drop of 10 frames per second for each 10 avatars added.
To keep the app running above 30 fps, that means there are only 91 fps that we can drop (121 fps with zero avatars – 30 fps minimum = 91 fps that can be dropped by adding avatars.)
Figure out the maximum number of user avatars that can be displayed without going over 10 MB memory (10240kB), keeping a loading time under 2 seconds (2000 milliseconds), and keeping the frames per second over 30 fps.
x = 128KB
y = 64KB
Max Number User Avatars =
128x + 64y<= 10MB(10240KB)
More
2 Answers By Expert Tutors
Francisco E. answered 08/14/14
Tutor
5
(1)
Francisco; Civil Engineering, Math., Science, Spanish, Computers.
which is the problem?
Dattaprabhakar G. answered 08/14/14
Tutor
5
(2)
Expert Tutor for Stat and Math at all levels
L: Yes, I can. Dattaprabhakar (Dr. G.)
Still looking for help? Get the right answer, fast.
Ask a question for free
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Find an Online Tutor Now
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
L H.
08/14/14