I'm trying to code something and I (as well as two phd's) have just spun my wheels about how to calculate something that should be pretty simple. I'm changing the terms so that I dont' have to list company materials.
I hope this analogy doesn't suck, all I need is (the average number of Race Cars per Race track) Additionally, (Race Car * Race Track = a race day)
Race Cars------Race Tracks------Race Day
15------------ 300 ------------- (15*300)
30------------ 10 ------------- (30*10)
45 ----------- 25 ------------- (45*25)
70 ----------- 6 ------------- (70*6)
9 ------------- 500 -------------- (9*500)
Each Race Car races on each race track so the average number of Race Tracks for each Race car is just the number of Race Tracks, Right. So the average number of race tracks for the first row is 300 because for each of the 15 cars, they each race 300 tracks.
Originally we though well the average number of race tracks per race car is just the average number of race tracks divided by instances so (841 / 5) this would work if all of the race cars were equal maybe? So that's wrong.
My boss thinks it should be calculated (total sum of RACE DAYS / total sum of Race Cars) which also seems incorrect. (or is it)
We are just looking for average number of Race Tracks per Race Car but I think we have confused ourselves to where we don't know which way is up. :(
Thanks!
Do we have a math wiz? How about someone with junior high math!? :)
Started by williamevanl, Jan 04 2011 07:12 AM
31 replies to this topic
#1
Posted 04 January 2011 - 07:12 AM
|
|
|
#2
Posted 04 January 2011 - 07:26 AM
Ok kinda hard to understand but, what im thinking is:
Day 1: Cars: 15, Tracks: 300. Average Tracks Raced Per Car:300
Now you continue the rest of the cars and tracks like this? Or start adding the tracks and cars together? If continue it looks like this correct?
Day 1: Cars: 15, Tracks: 300. Average Tracks Raced Per Car:300
Day 2: Cars: 30, Tracks: 10. Average Tracks Raced Per Car:10
Day 3: Cars: 45, Tracks: 25. Average Tracks Raced Per Car:25
Day 4: Cars: 70, Tracks: 6. Average Tracks Raced Per Car:6
Day 5: Cars: 9, Tracks: 500. Average Tracks Raced Per Car:500
Now you want to know the average number of tracks per cars for each day? Or for all days together? As I understand it, the math should be tracks/cars = average.
Hope this helped ~ Committed. :)
Day 1: Cars: 15, Tracks: 300. Average Tracks Raced Per Car:300
Now you continue the rest of the cars and tracks like this? Or start adding the tracks and cars together? If continue it looks like this correct?
Day 1: Cars: 15, Tracks: 300. Average Tracks Raced Per Car:300
Day 2: Cars: 30, Tracks: 10. Average Tracks Raced Per Car:10
Day 3: Cars: 45, Tracks: 25. Average Tracks Raced Per Car:25
Day 4: Cars: 70, Tracks: 6. Average Tracks Raced Per Car:6
Day 5: Cars: 9, Tracks: 500. Average Tracks Raced Per Car:500
Now you want to know the average number of tracks per cars for each day? Or for all days together? As I understand it, the math should be tracks/cars = average.
Hope this helped ~ Committed. :)
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.
Science is only an educated theory, which we cannot disprove.
#3
Posted 04 January 2011 - 07:27 AM
Yes, sorry you made that easier to understand, now I need the the average number of tracks raced for all the days together.
#4
Posted 04 January 2011 - 07:33 AM
Well then it would all the tracks summed which is, 841, then add the cars(169) and divide: 841/169 = 4.97.
Hope this is what you meant ~ Committed. :)
Hope this is what you meant ~ Committed. :)
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.
Science is only an educated theory, which we cannot disprove.
#5
Posted 04 January 2011 - 07:38 AM
No, and I think thats why it get confusing. What you said would be true if you were dividing the race tracks amongst the cars but you aren't, Its not the case that the sum of tracks is divided by the cars because each car races on every track.
my mistake I asked the question badly. I need the total average tracks raced per car.
my mistake I asked the question badly. I need the total average tracks raced per car.
#6
Posted 04 January 2011 - 07:47 AM
ok...
So are we trying to figure out the average tracks per the 5 days? or what exactly are we try to find out? Sorry just not undertanding clearly.
~ Committed.
Quote
now I need the the average number of tracks for all the days together.
~ Committed.
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.
Science is only an educated theory, which we cannot disprove.
#7
Posted 04 January 2011 - 07:49 AM
So I'm looking for the total average of tracks raced per car for all 5 days combined. So just one value average number of tracks raced per car.
#8
Posted 04 January 2011 - 07:52 AM
ok
Then it would totalTracks/TotalCars = average(841/169 = 4.97 race's per car? Im not seeing how this is incorrect.
Quote
I need the total average tracks raced per car.
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.
Science is only an educated theory, which we cannot disprove.
#9
Posted 04 January 2011 - 08:12 AM
CommittedC0der said:
ok
Then it would totalTracks/TotalCars = average(841/169 = 4.97 race's per car? Im not seeing how this is incorrect.
Then it would totalTracks/TotalCars = average(841/169 = 4.97 race's per car? Im not seeing how this is incorrect.
Why are we splitting up total tracks. It's not the case that there are 841 tracks and you have to separate them evenly amongst the cars. Each car races on every track. I understand the confusion though, I had a lot of these wait what?, moments.
You have the average tracks raced per car /per day right. Now I juts need the total average for all five days. So I need an average of that average.
#10
Posted 04 January 2011 - 08:24 AM
Quote
So just one value average number of tracks raced per car.
But then you go onto say:
Quote
It's not the case that there are 841 tracks and you have to separate them evenly amongst the cars.
I suggest you post plainly the average your looking for e.g: How many tracks raced per car, of all days combined.
EDIT: Ok then the answer its 4.97, that is how many races each car must complete to get 839.93 totalTracks, which is the closest divisible number to the real totalTracks of 841. Hope that was clear.
Good Luck ~ Committed. :c-biggrin:
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.
Science is only an educated theory, which we cannot disprove.
#11
Posted 04 January 2011 - 08:24 AM
(300+10+25+6+500)/5=168.2
maybe...?
EDIT:
Or maybe you're after:
((300 * 15) + (10 * 30) + (25 * 45) + (6 * 70) + (500 * 9)) / 169 = 64.1715976
It's a bit hard to understand what you're looking for. :/
maybe...?
EDIT:
Or maybe you're after:
((300 * 15) + (10 * 30) + (25 * 45) + (6 * 70) + (500 * 9)) / 169 = 64.1715976
It's a bit hard to understand what you're looking for. :/
#12
Posted 04 January 2011 - 08:30 AM
Quote
(300+10+25+6+500)/5=168.2
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.
Science is only an educated theory, which we cannot disprove.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









