Author: misamaliraza94
-
Setup for Windows
To install Java on Windows: Go to “System Properties” (Can be found on Control Panel > System and Security > System > Advanced System Settings) Click on the “Environment variables” button under the “Advanced” tab Then, select the “Path” variable in System variables and click on the “Edit” button Click on the “New” button and…
-
Installation
Some PCs might have Java already installed. To check if you have Java installed on a Windows PC, search in the start bar for Java or type the following in Command Prompt (cmd.exe):C:\Users\Your Name>java -version If Java is installed, you will see something like this (depending on version):java version “11.0.1” 2018-10-16 LTSJava(TM) SE Runtime Environment…
-
Solving Algebra Eq. with Multiplication and Division
This page assumes you know about variables, basic algebraic equations, and how to solve them using addition and subtraction. In addition to using addition and subtraction to solve equations, we can also use multiplication and division. Main Rule The main rule we need to remember is that when we divide or multiply one side of…
-
Solving Algebra Eq. with Addition and Subtraction
The Equation One of the basic concepts of algebra is the equation. The main thing to know about an equation is that everything on one side of the equal sign (=) must equal everything on the other side of the equal sign. Variables Variables are things that can change or have different values. In algebra,…
-
Order of Operations
Skills needed: Multiplication Division Addition Subtraction In math problems it’s important to do the operations in the right order. If you don’t, you may end up with the wrong answer. In math, there can be only one correct answer, so mathematicians came up with rules to follow so we can all come up with the…