AP Notes, Outlines, Study Guides, Vocabulary, Practice Exams and more!

Algebra

Book page: 
http://course-notes.org/Algebra

Vex marble coding

Subject: 
Rating: 
0
No votes yet

void spin(encoder){ startmotor(spinnermotor, 70); untilEncoderCount(encoder, spinnerEncoder); stopmotor(spinnermotor); startMotor(secondmotor, -40); untilEncoderCount(-135, firstEncoder); stopMotor(secondmotor); wait(2); startMotor(secondmotor, 40); untilEncoderCount(-90, firstEncoder); stopMotor(secondmotor); } task main { int ButtonIsPressed; ButtonIsPressed=0; turnFlashlightOn(flashlight); if (SensorValue[StartButton]==1) { ButtonIsPressed=1; startMotor(firstmotor, -40); untilEncoderCount(90, firstEncoder); stopMotor(firstmotor); startMotor(secondmotor, 40); untilEncoderCount(-90, firstEncoder); stopMotor(secondmotor); } if (SensorValue[EmergencyButton]==1) { ButtonIsPressed=0;

Principles of Business: Wants and Needs

Subject: 
Rating: 
0
No votes yet
SocialTags: 

Chapter 1 Wants and needs Why I chose this chapter I chose this chapter because it is the basis for all trade and business. All transactions and deals happen based off of either a want or a need. What career options fit this chapter? All careers fit this chapter because it is business itself. Anything from IT managers, to lawyers, to computer specialists fit this category. IT Manager To be an IT manager you need to have at least a bachelor degree in computer technology/science. IT managers are essentially highered thinkers. They are paid to think deeper than the hands on workers. They are the life of the project, the dream. Universities The university of Michigan, Harvard, and Yale all offer this degree. Companies

Java Code for Finding the Factorial of a Number

Subject: 
Rating: 
0
No votes yet

Java? ?code? ?for? ?finding? ?the? ?factorial? ?of? ?an? ?entered? ?number 1). ? ?/** ? ?? ?*? ?Enter? ?Name ? ?? ?*? ?Enter? ?Class? ?Period ? ?? ?*? ?Teacher? ?Name ? ?? ?*? ?Enter? ?Date ? ?? ?*/ class? ?Factorial{ public? ?static? ?void? ?main(String? ?args[]){ ? ?int? ?LetterI,fact=1;? ?? ?//declare? ?integers ? ?int? ?number=5;? ?//enter? ?number? ?to? ?find? ?the? ?factorial? ?of ? ?? ?for(LetterI=1;LetterI<=number;LetterI++){ fact=fact*LetterI; ? ?} System.out.println("Factorial? ?of? ?"+number+"? ?is:? ?"+fact);? ?? ?? ?? ?//displays? ?the? ?factorial? ?of? ?the number ? ?} }

the quadratic formula

Subject: 
Rating: 
0
No votes yet

?n C2v0Z1q2v wKzu2t8az aSPopfptvwDaAruet FLKLfC2.S s KANltlH trIiAgPhKtJsI prgeFsXeQrJv9e8dM.E F fMOavdqe7 fwxintLhg DI0nIfgiRnui2tgeQ OAKlMgdecb0rBa9 01i.I Worksheet by Kuta Software LLC Kuta Software - Infinite Algebra 1 Name___________________________________ Period____Date________________Using the Quadratic Formula Solve each equation with the quadratic formula. 1) m 2 ? 5 m ? 14 = 0 2) b2 ? 4 b + 4 = 0 3) 2 m2 + 2 m ? 12 = 0 4) 2 x2 ? 3 x ? 5 = 0 5) x2 + 4 x + 3 = 0 6) 2 x2 + 3 x ? 20 = 0 7) 4 b2 + 8 b + 7 = 4 8) 2 m2 ? 7 m ? 13 = ?10 -1-

Pages

Subscribe to RSS - Algebra

Need Help?

We hope your visit has been a productive one. If you're having any problems, or would like to give some feedback, we'd love to hear from you.

For general help, questions, and suggestions, try our dedicated support forums.

If you need to contact the Course-Notes.Org web experience team, please use our contact form.

Need Notes?

While we strive to provide the most comprehensive notes for as many high school textbooks as possible, there are certainly going to be some that we miss. Drop us a note and let us know which textbooks you need. Be sure to include which edition of the textbook you are using! If we see enough demand, we'll do whatever we can to get those notes up on the site for you!