<?php
$page_name = "Random Equations";
$menu_type = "bad math";
$menu_name = "Equations";
$blog_num = 65;
$page_rate = 8;
$page_tags = array("random");
$page_date = "January 15, 2012";
include_once("./files/head.php");

echo "<p>Here is a list of all sorts of random quotes/equations/observations.  They all roughly could be math related.</p>\n";
echo "<ul>\n";
  echo "<li><strong>Le Guin's Law: </strong>There is an inverse correlation between fantasy and money.</li>\n";
  echo "<li><strong>Herd Instinct: </strong>As the size of a group grows, it's intelligence decreases.</li>\n";
  echo "<li><strong>Work is Evil: </strong>";
    echo "<br />Work = time x money";
    echo "<br />time = money, ergo: work = money x money";
    echo "<br />money = root of all evil, ergo: work = &#8730;(evil&sup2;)";
    echo "<br />work = evil</li>\n";
  echo "<li><strong>Relationships: </strong>Gravity causes friction</li>\n";
  echo "<li><strong>Salaries: </strong>";
    echo "<br />Power = work / time";
    echo "<br />Knowledge = power, and time = money, ergo: Knowledge = work / money";
    echo "<br />Thus: As knowledge increases, so does work.";
    echo "<br />Thus: As knowledge increases, money decreases.";
    echo "<br />Thus: As your work increases, money decreases.</li>\n";
  echo "<li><strong>Brain Power: </strong>";
    echo "<br />90% of matter is empty space and the average person only uses 10% of their brain.";
    echo "<br />Therefore 99% of your brain is wasted every day!</li>\n";
  echo "<li><strong>Calculus: </strong>&#8747;e<sup>x</sup> = &#131;u<sup>n</sup></li>\n";
  echo "<li><strong>Calculus: </strong>&#8747;cow = rib'&nbsp;&nbsp;&nbsp;(first derivative of a cow is prime rib....)</li>\n";
  echo "<li><strong>Pirates: </strong>Pirate = Thief + boat + parrot - leg</li>\n";
echo "</ul>\n";

include_once("./files/close.php");

?>