2005 Cotton Bowl Classic

The 2005 Cotton Bowl Classic was a post-season college football bowl game between the Tennessee Volunteers and the Texas A&M Aggies on January 1, 2005, at the Cotton Bowl in Dallas, Texas. It was the final game of the 2004 NCAA Division I FBS football season for each team and resulted in a 38–7 Tennessee victory. Tennessee represented the Southeastern Conference (SEC) while Texas A&M represented the Big 12 Conference.[1]

2005 SBC Cotton Bowl Classic
1234 Total
Tennessee 721100 38
Texas A&M 0007 7
DateJanuary 1, 2005
Season2004
StadiumCotton Bowl
LocationDallas, Texas
MVPQB Rick Clausen (Tennessee)
DT Justin Harrell (Tennessee)
RefereeBill Alge (MAC)
Attendance75,704
United States TV coverage
NetworkFox
AnnouncersThom Brennaman and Brian Baldinger

Game summary

Tennessee was up 38–0 before A&M scored late to make the final score 38-7 as A&M turned the ball over 5 times (4 on fumbles) and Rick Clausen went 18 of 27 for 222 yards. McNeal went 23 of 38 for 241 yards and set a new school single-season passing yards record, but only had one touchdown while throwing an interception. [2]

gollark: Yes/
gollark: Oh wow, rustc is beeing beeoidally.
gollark: The implications are obvious.
gollark: Yet```rustfn simplify(v: &mut Value, rules: &Rules) { loop { match v { Value::Call(head, args) => { let mut was_change = false; for mut arg in args.iter_mut() { simplify(&mut arg, rules); } args.sort(); if let Some(rules) = rules.get(head) { for rule in rules.iter() { if let Some(bindings) = matches(v, &rule.condition) { *v = subst(&rule.result, &bindings); was_change = true; println!("{} -> {} on {}", rule.condition, rule.result, v); } } } if !was_change { break } }, _ => break } }}```
gollark: Stop wanting that.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.