Build Understanding in Algebra With TI Technology | TI
... T³™ Professional Development | For Teachers and Teams | Online Learning | Live T³™ Webinars When: Saturday, Sept. 30, 2023 Technology: TI-Nspire™ CX II technology Presenters: Kim Thomas, Veronica Carlson Let’s Use the TI-Nspire™ CX II Graphing Calculator To B...https://education.ti.com/en/t3-professional-development/for-teachers-and-teams/online-learning/on-demand-webinars/2023/sept-30-2023-virtual-t3ic-lets-use-the-ti-nspire-graphing-calculator
Collect Data on the TI-84 Plus CE | Texas Instruments
... T³™ Professional Development | For Teachers and Teams | Online Learning | Live T³™ Webinars When: Saturday, Sept. 30, 2023 Technology: TI-84 Plus CE graphing family Presenters: Jessica Kohout, David Young 2023 Virtual T³IC: There Is More Than One Mode To Coll...https://education.ti.com/en/t3-professional-development/for-teachers-and-teams/online-learning/on-demand-webinars/2023/sept-30-2023-virtual-t3ic-there-is-more-than-one-mode-to-collect-data
AP® Precalculus: Functions and Regression | Texas Instruments
... T³™ Professional Development | For Teachers and Teams | Online Learning | Live T³™ Webinars When: Saturday, Sept. 30, 2023 Technology: TI-Nspire™ CX II and TI-84 Plus CE graphing families Presenters: Gail Burrill, Steve Phelps 2023 Virtual T³IC: AP® Precalcul...https://education.ti.com/en/t3-professional-development/for-teachers-and-teams/online-learning/on-demand-webinars/2023/sept-30-2023-virtual-t3ic-ap-precalculus-exponential-functions
AP® Calculus: Particle Motion | Texas Instruments
... T³™ Professional Development | For Teachers and Teams | Online Learning | Live T³™ Webinars When: Saturday, Sept. 30, 2023 Technology: TI-Nspire™ CX II and TI-84 Plus CE graphing families Presenters: Tom Dick, Ph.D., Steve Kokoska 2023 Virtual T³IC: AP® Calcu...https://education.ti.com/en/t3-professional-development/for-teachers-and-teams/online-learning/on-demand-webinars/2023/sept-30-2023-virtual-t3ic-ap-calculus-particle-motion-in-the-plane
AP® Precalculus: Trigonometric and Polar Functions| TI
... T³™ Professional Development | For Teachers and Teams | Online Learning | Live T³™ Webinars When: Saturday, Sept. 30, 2023 Technology: TI-Nspire™ CX II and TI-84 Plus CE graphing families Presenters: Katie Martinez, Todd Steckler 2023 Virtual T³IC: AP® Preca...https://education.ti.com/en/t3-professional-development/for-teachers-and-teams/online-learning/on-demand-webinars/2023/sept-30-2023-virtual-t3ic-ap-precalculus-trigonometric-and-polar-functions
Exploring Data and Variables in AP® Statistics | TI
... T³™ Professional Development | For Teachers and Teams | Online Learning | Live T³™ Webinars When: Saturday, Sept. 30, 2023 Technology: TI-84 Plus CE graphing family Presenters: Daren Starnes, Josh Tabor 2023 Virtual T³IC: Starting Strong in AP® Statistics With...https://education.ti.com/en/t3-professional-development/for-teachers-and-teams/online-learning/on-demand-webinars/2023/sept-30-2023-virtual-t3ic-starting-strong-in-ap-statistics-with-the-ti-84
2020 Virtual T³IC Session: Model the Spread of Diseases Using Real Data With TI-84 Plus CE Technology
... T³™ Professional Development | For Teachers and Teams | Online Learning | Live T³™ Webinars When: Thursday, April 30, 2020 Technology: TI-SmartView™ CE Emulator Software for the TI-84 Plus Graphing Family, TI-84 Plus CE App for Chromebook™ Notebook Computers Pr...https://education.ti.com/en/t3-professional-development/for-teachers-and-teams/online-learning/on-demand-webinars/2020/april-30-2020-t3ic-virtual-model-spread-of-diseases-ti-84
IB® Math Curriculum Topic 4: Statistics and Probability
...ve T³™ Webinars When: Thursday, Jan. 30, 2020 | 7 p.m. Central time Technology: TI-84 Plus family, TI-Nspire™ CX family Presenter: Daniel Wilkie IB® Math Curriculum Topic 4: Statistics and Probability “Statistics and Probability” is Topic 4 in both of the new IB® ...https://education.ti.com/en/t3-professional-development/for-teachers-and-teams/online-learning/on-demand-webinars/2020/jan-30-2020-ib-math-curriculum-topic-4-statistics-and-probability
Making “Sense” of Functions With the TI-Innovator™ Hub and the TI-84 Plus CE Graphing Calculator
... T³™ Professional Development | For Teachers and Teams | Online Learning | Live T³™ Webinars When: Tuesday, March 30, 2021 | 7 p.m. Central time Technology: TI-Innovator™ Hub, TI-84 Plus Family Presenter: Dennis Wilson Making “Sense” of Functions With the TI-I...https://education.ti.com/en/t3-professional-development/for-teachers-and-teams/online-learning/on-demand-webinars/2021/mar-30-2021-making-sense-of-functions
Assessing Student Thinking and Understanding Beyond the Right Answer
... T³™ Professional Development | For Teachers and Teams | Online Learning | Live T³™ Webinars When: Tuesday, Aug. 30, 2022 | 7 p.m. Central time Technology: TI-Nspire™ technology Presenters: Sherri Abel, Jan Mitchener Assessing Student Thinking and Understandi...https://education.ti.com/en/t3-professional-development/for-teachers-and-teams/online-learning/on-demand-webinars/2022/aug-30-2022-assessing-student-thinking-and-understanding
Girl Scouts Coding Basics Badge with TI-84 Plus
... draw a circle: Circle(-2, 1, 5) draws a circle with center at (-2,1) and radius 5 using the current window setting. To draw text on the screen: Text(30,50,”HELLO”) Draws the word HELLO at the pixel on row 30, column 50 of the screen regardless of the window setting! Reminder: “ is on the [alpha...https://education.ti.com/en/activities/ti-codes/84/coding-for-good-webpage
TI-Nspire™ Programming Activities | Texas Instruments
...th + day/100 + .0018 (for 2018) Then we can determine the day number by: daynum := dbd(12.3117, daycode) (for # of days since 12/31/3017) To the right is a test program that only displays the daycode and the daynum values. This test assures us that these expressions are working ...https://education.ti.com/en/activities/ti-codes/nspire/10-minutes
10 Minutes of Code: TI-Innovator™ Technology Python activities
...kes the loop go from 0 up to at most 255 by adding step in each step of the loop. For example, if step is 10 the values of i will be 0, 10, 20, 30, … up to? Step 4 For the loop block use color.rgb(i, 0, 0) (red only) found on menu > TI Hu...https://education.ti.com/en/activities/ti-codes/python/ti-nspire-cx-ii/10-minutes-innovator
Python Modules: Python activities using TI-84 Plus CE Python graphing calculator | Texas Instruments
...hese later) and hide both turtles. Step 4 Use one of the turtles to make the finish line: # draw the finish line t1.penup() t1.goto(f,-30) t1.pendown() t1.goto(f,30) t1.penup() Remember that throughout this program, after selecting a turtle function from the menus, you must edit t...https://education.ti.com/en/activities/ti-codes/python/ti-84p-ce-python/python-modules
Building Concepts Math Activities | Texas Instruments
...mple Assessment Which company has the smallest ratio of defective bolts to non-defective bolts? Company A, which produces 2 defective bolts for every 300 non-defective bolts, or Company B, which produces 3 defective bolts for every 420 non-defective bolts? Answer: Company A is 2:300, equivalent t...https://education.ti.com/en/building-concepts/activities
Algebra Case Studies by Texas Instruments - US and Canada
...er: Dana F. Morse Location: Skaneateles HS, Skaneateles, NY Course: Integrated Math AB Grade: 10 Student Profile: 52 Students in 3 Sections, 22 Male, 30 Female, 96% White, No FRL, all native English speakers. 1 student working below grade level at beginning of the year. Technology: TI-84 Plus fam...https://education.ti.com/en/resources/funding-and-research/research/research_casestudies_algebra
Partners in Student Success | Texas Instruments
Partners in Student Success | Texas Instruments global website --> Educators and Texas Instruments (TI) have been collaborating for more than 30 years to cultivate math and science classrooms that fo...https://education.ti.com/en/resources/funding-and-research/partners
TI Science - US and Canada - Assessment
...0px!important}.contentgroup.no-divider.centered-icons-text .columns.align-items-center{text-align:center}.hero-white-box{max-width:200px;margin-left:-30px}.hero-white-box h2{color:#c00;font-weight:600;font-size:30px}@media (min-width:481px) and (max-width:767px){body>div.main>div>div:nth-child(2)...https://education.ti.com/en/resources/science/assessment
TI-Nspire CX/CX CAS Software End-User License Agreement | Texas Instruments
...have otherwise owed TI had You purchased the appropriate license. If TI elects to invoice You, You agree to pay TI the invoiced amount within thirty (30) days of the receipt of such invoice. 2. Restrictions. You may not reverse-assemble or reverse-compile, or attempt to derive the source code of ...https://education.ti.com/en/product-resources/eula/nspire-sw
TI-SmartView MathPrint End-User License Agreement | Texas Instruments
...ave otherwise owed TI had You purchased the appropriate license. If TI elects to invoice You, You agree to pay TI the invoiced amount within thirty (30) days of the receipt of such invoice. 2.Restrictions. You may not reverse-assemble or reverse-compile, or attempt to derive the source code of t...https://education.ti.com/en/product-resources/eula/smartview-mp-x
Guidebooks: TI Connectivity Software | Texas Instruments
...ook .cta-arrows-left-inv::before { content: "«"; color: #c00; position: absolute; left: 30px; top: 3px; } Not finding what you're looking for? Try our Discontinued Products Chrome OS™ is a trademark of Google LLC....https://education.ti.com/en/product-resources/guidebooks/ti-connectivity-sw
Python Modules: Python activities using TI-Nspire™ CX II Technology | Texas Instruments
...e a small dot at the turtle’s new position. while t1.xcor() = finishline: t1.penup() t1.goto(-20,20) t1.write('1 wins') else: t2.penup() t2.goto(-20,-30) t2.write('2 wins') Step 11 Test your program now to see that both turtles can win and that the code is working properly. Step 12...https://education.ti.com/en/activities/ti-codes/python/ti-nspire-cx-ii/python-modules
Using Vernier Go Wireless™ Temp with TI-Nspire™ Apps for iPad®
This document allows you to collect temperature data wirelessly using a Vernier Go Wireless™ Temp sensor with TI-Nspire™ Apps for iPad®.https://education.ti.com/en/activity/detail/using-vernier-go-wireless-temp
Collecting Data With Sensors and TI Tech | Texas Instruments
...nd Vernier sensors empowers students to dive deeper into the world of exploration and discovery. Working in collaboration with Vernier Science Education™ for decades, TI graphing calculators have long supported the use of Vernier LabQuest® sensors and the Vernier EasyTemp® sensor. This combi...https://education.ti.com/en/bulletinboard/2023/match-made-in-stem
A New School Year, A New You(Tube) | Texas Instruments
...ooking a little different on our channel … and for the better! It’s all been reorganized to make finding the videos you’re looking for quicker and easier. Here’s a taste of what you’ll find: How-to videos for the TI-84 Plus and TI-Nspire™ families of graphing calculators Resources for test pr...https://education.ti.com/en/bulletinboard/2023/new-school-year-new-youtube