<?php
$page_name = "Winter Tires";
$menu_type = "random";
$menu_name = "Winter Tires";
$blog_num = 49;
$page_rate = 10;
$page_tags = array("erudition", "projects");
$page_date = "November 13, 2011";
include_once("./files/head.php");

echo "<p>I went down to my parkade the other day (friday) to change out my summer tires because the weather forecast has finally predicted sucky weather.  I had a giggle upon arriving however as there were 2 other people changing their tires already.  All 3 of us with both front doors open and loud music playing :)</p>\n";
echo "<p>It made me wonder however, is changing my own tires worthwhile? or am I wasting time?  So, here we go once again into cost/benefit math.</p>\n";

echo "<h3>Cost of Paying Someone</h3>\n";
echo "<p>Quotes range from $10 - $20 per tire at a shop if you have your winter tires on a second set of rims and all they have to do is swap them out.  Double to triple it if you don't.";
echo "<br />So we are talking $40 to $80 twice a year.</p>\n";


echo "<h3>Cost of Putting on Your Own Tires</h3>\n";
echo "<ul>\n";
  echo "<li>Torque Wrench: $99.99</li>\n";
  echo "<li>Tire Iron: $0.00 (never loosen nuts with a torque wrench)</li>\n";
  echo "<li>Jack: $0.00 (comes with car)</li>\n";
  echo "<li>Socket: $8.99 (3/4\" x 1/2\" drive, deep)</li>\n";
  echo "<li>Time: 1hr = $20.00 (double to triple minimum wage)</li>\n";
echo "</ul>\n";
echo "<h4 class=\"equation2\">Total: $128.98 = ~$130.00</h4>\n";
echo "<p>Well the results are in.  If you change your tires twice a year (spring and fall), it's going to take you about 1.5 years to break even.  As in; yup I'm saving quite a bundle.</p>\n";


echo "<h3>What about the money spent on rims?</h3>\n";
echo "<p>Fair enough, lets do it.  As stated above, it'll be $20 - $40 per tire if you don't own rims.  So we are talking $80 to $160 twice a year to avoid buying rims.</p>\n";
echo "<p>Lets say rims are super outrageously priced at $200.00 per tire (they are normally about $75 to $125 including install).  So we are talking about saving over $800 up front.</p>\n";
echo "<h4 class=\"equation2\">not buying rims or tools = $80 x 2 x # of years</h4>\n";
echo "<h4 class=\"equation2\">buying rims, but not tools = $800 + $40 x 2 x # of years</h4>\n";
echo "<h4 class=\"equation2\">buying rims and tools = $800 + $110 + $20 x 2 x # of years</h4>\n";

echo "<h3>Direct Comparison</h3>\n";
echo "<p>Alright, apples to apples time.  Starting at year 1, how much money are we spending and which option is cheapest? (green = cheap, red = expensive)";
echo "<br />The equation is simple.  Previous year/initial cost plus current year cost.</p>\n";
echo "<table>\n";
  echo "<tr>\n";
  echo "<th rowspan=2>Year</th>\n";
  echo "<th colspan=2>Cost with rims</th>\n";
  echo "<th rowspan=2>Cost without rims</th>\n";
  echo "</tr>\n";
  echo "<tr>\n";
  echo "<th>Shop</th>\n";
  echo "<th>DIY</th>\n";
  echo "</tr>\n";
  echo "<tr>\n<td>1</td>\n<td>$800 + $80 = $880</td>\n<td class=\"red\">$800 + $130 = $930</td>\n<td class=\"green\">$0 + $160 = $160</td>\n</tr>\n";
  echo "<tr>\n<td>2</td>\n<td>$880 + $80 = $960</td>\n<td class=\"red\">$930 + $40 = $970</td>\n<td class=\"green\">$160 + $160 = $320</td>\n</tr>\n";
  echo "<tr>\n<td>3</td>\n<td class=\"red\">$1040</td>\n<td>$1010</td>\n<td class=\"green\">$480</td>\n</tr>\n";
  echo "<tr>\n<td>4</td>\n<td class=\"red\">$1120</td>\n<td>$1050</td>\n<td class=\"green\">$640</td>\n</tr>\n";
  echo "<tr>\n<td>5</td>\n<td class=\"red\">$1200</td>\n<td>$1090</td>\n<td class=\"green\">$800</td>\n</tr>\n";

  echo "<tr>\n<td>6</td>\n<td class=\"red\">$1280</td>\n<td>$1130</td>\n<td class=\"green\">$960</td>\n</tr>\n";
  echo "<tr>\n<td>7</td>\n<td class=\"red\">$1360</td>\n<td>$1170</td>\n<td class=\"green\">$1040</td>\n</tr>\n";
  echo "<tr>\n<td>8</td>\n<td class=\"red\">$1440</td>\n<td>$1210</td>\n<td class=\"green\">$1200</td>\n</tr>\n";
  echo "<tr>\n<td>9</td>\n<td class=\"red\">$1520</td>\n<td class=\"green\">$1250</td>\n<td>$1360</td>\n</tr>\n";
  echo "<tr>\n<td>10</td>\n<td>$1600</td>\n<td class=\"green\">$1290</td>\n<td class=\"red\">$1520</td>\n</tr>\n";

  echo "<tr>\n<td>11</td>\n<td>$1680</td>\n<td class=\"green\">$1330</td>\n<td class=\"red\">$1680</td>\n</tr>\n";
  echo "<tr>\n<td>12</td>\n<td>$1760</td>\n<td class=\"green\">$1370</td>\n<td class=\"red\">$1840</td>\n</tr>\n";
  echo "<tr>\n<td>13</td>\n<td>$1840</td>\n<td class=\"green\">$1410</td>\n<td class=\"red\">$2000</td>\n</tr>\n";
  echo "<tr>\n<td>14</td>\n<td>$1920</td>\n<td class=\"green\">$1450</td>\n<td class=\"red\">$2160</td>\n</tr>\n";
  echo "<tr>\n<td>15</td>\n<td>$2000</td>\n<td class=\"green\">$1490</td>\n<td class=\"red\">$2320</td>\n</tr>\n";
echo "</table>\n";

echo "<p>Patterns! I like patterns!";
echo "<br />So if you're only going to own your car for 8 years, it's cheaper to skip spare rims.  If you own your car for more than 11 years, you'll end up loosing money.";
echo "<br />If you own your car and buy rims, your losing the race until year 12 when you start enjoying your long term investment strategy.";
echo "<br />If you own your car, buy rims and tools, you're losing the race in the first 2 years, not winning until year 8.5, and then you're laughing your way to the bank.</p>\n";
echo "<p>Finally, this chart is a worst case scenario...No-one pays $200 per rim.  So you can chop 3-4 years off the payback periods.</p>\n";

echo "<h3>But I don't Know How To Do It / Can't Do It Myself</h3>\n";
echo "<p>Understandable, trying to do anything in crutches was stupidly hard, I usually gave up and asked for help.  I can't imagine the constant challenges of long term injuries and diseases.";
echo "<br />Answer: Pay a teenager/neighbor/child something like $20/a 6 pack/dinner/cookies to do it for you.  Besides, that gives you an hour to chat or do some other chore.</p>";
echo "<p>I mean, seriously, do you really need to pay $40-$80 twice a year to do this:</p>\n";
echo "<ol>\n";
  echo "<li>Loosen bolts with tire iron</li>\n";
  echo "<li>Jack tire off ground</li>\n";
  echo "<li>Take off bolts and tire</li>\n";
  echo "<li>Put on new tire and hand tighten bolts</li>\n";
  echo "<li>Lower car until tire doesn't spin</li>\n";
  echo "<li>Set tourque wrench</li>\n";
  echo "<li>Tighten bolts 1/2 way</li>\n";
  echo "<li>Lower car the rest of the way</li>\n";
  echo "<li>Tighten bolts fully</li>\n";
  echo "<li>Double check all bolts</li>\n";
  echo "<li>Drive 20-50km (1 day to work and back)</li>\n";
  echo "<li>Check bolts again.</li>\n";
echo "</ol>\n";

include_once("./files/close.php");

?>