Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
TI 84- programming an equation?
i'm trying to create a program that will make an equation with all random integers (1-10) from x=1 to x=99, but i want all multiples of 9 to be the same. for instance points (1,3) (9,8) (33,2) (81,8). what i have so far is "randInt(1,10)"-->Str1: String-->Equ(Str1,Y1). is there a way to set x=9 to x=18 and x=27 etc.?
i guess i could just ask this: is there a way to set f(x)= to something. like the function y=x, can you change f(1)=2 instead of 1?
1 Answer
- Empire539Lv 79 years agoFavorite Answer
I don't really get what you're trying to do.
:"randInt(1,10)"→Str1
:String►Equ(Str1,Y1)
will simply just choose a random integer from one to ten and then store that into Y1 (when graphed, it'll just be a horizontal line). What all this about the same multiples of 9 and generating some sort of equation? You need to be more specific as to exactly what you want this program to do, because its purpose and function isn't exactly clear at the moment.