[QUOTE="kansasdude2009"]the rate of the numbers are as follows
Wii vs. PS3 - 1.5:1
Wii vs. 360 - 2:1
PS3 vs. 360 - 1.5:1
trylks
Â
I don't know which rate are you talking about, it isn't the market share as the wii has less than 360, nor it is the speed at which the numbers increment because in PS3 vs XBox360 it is 1.1877265.
var x360_count = 10447624.402;
var ps3_count = 2838303.3;
var wii_count = 6507091.7;
var x360_count2;
var ps3_count2;
var wii_count2;
function show_count() {
x360_count = x360_count+0.4139;
ps3_count = ps3_count+0.4916;
wii_count = wii_count+0.9083;
document.getElementById('x360_div').innerHTML = addCommas(Math.round(x360_count));
document.getElementById('ps3_div').innerHTML = addCommas(Math.round(ps3_count));
document.getElementById('wii_div').innerHTML = addCommas(Math.round(wii_count));
}
Â
These are they estimations for the speed at which each console is being sold, do the math for the rest if you whish.
its how fast they are selling compared to eachother.... atleast what nexgen wars is saying... look at the rate of how often the number changes
perhaps I am wrong about the 360 vs. PS3Â
Log in to comment