Dick & Jane's Badger Brain Teasers
  "; $br1 = ""; $fr2 = ""; $br2 = ""; $fr3 = ""; $br3 = ""; $fr4 = ""; $br4 = ""; if ($action == "Submit") { if ($q1 == "1") {$c1 = "CHECKED"; $fr1 = ""; $br1 = ""; } if ($q2 == "1") {$c2 = "CHECKED"; $fr2 = ""; $br2 = ""; } if ($q3 == "1") {$c3 = "CHECKED"; $fr3 = ""; $br3 = ""; } if ($q4 == "1") {$c4 = "CHECKED"; $fr4 = ""; $br4 = ""; } } echo("
"); echo("\"spot
"); echo("1. Two basketballs, one inflated and the other flat, are dropped from the top of the backboard. Which one hits the floor first? Why?"); echo("
inflated"); echo("
flat"); echo("
$fr1 same time $br1"); echo("

"); echo("2. 6\' 5\", 180-pound John Moriarity and 6\' 3\", 190-pound Roy Boone have finished their showers. All other factors being equal, who gets cold faster? Why? "); echo("
$fr2 Moriarity $br2"); echo("
Boone"); echo("
the same"); echo("

"); echo("3. The referee throws the ball 12 feet in the air, practicing a toss-up. LaTonya Sims throws a long pass that reaches a maximum height of 12 feet. Both throws hit the floor without interference. Which takes longer to drop from its maximum height to the floor?"); echo("
Ref\'s ball"); echo("
LaTonya\'s ball"); echo("
$fr3 same time to fall $br3"); echo("

"); echo("4. Why does Tamara Moore jump higher than other players when going to the basket?"); echo("
longer legs "); echo("
$fr4 higher ratio of downward force exerted on the floor to body mass $br4"); echo("
higher muscle-to-fat ratio"); echo("
better shoes"); echo("

"); echo("

"); if ($action == "Submit") { $total = (int)$q1 + (int)$q2 + (int)$q3 + (int)$q4; echo("

You got $total correct."); } >