NB- Solution is emboldened
import java.util.Scanner;
import java.util.Random;
public class RandomGenerateNumbers {
public static void main (String [] args) {
Random randGen = new Random();
int seedVal = 0;
seedVal = 4;
randGen.setSeed(seedVal);
System.out.println(randGen.nextInt(50) + 100);
System.out.println(randGen.nextInt(50) + 100);
return;
}
}
Y- intercept is a point where any graph crosses the y- axis.
X- intercept is a point where any graph crosses the x- axis.
This means the coordinate of the point of intersection will always have the x point as 0. So any point of the form ( 0, y) is the y- intercept. Any point of the form (x,0) is the x- intercept.
Given point are :
(0,-6) : y intercept
(-2,0) : x intercept
(-6,0): x- intercept
(0,-2): y- intercept
Answer:
The value of x for the given expression is
Step-by-step explanation:
Given as :
The statement is , three fourths times x plus five fourths equals four times x
So,
× x +
= 4 × x
<u>Now, rearranging the equation</u>
i.e 4 x -
× x =
Or, 4 x -
=
Or,
=
Or,
=
Or, 13 x =
× 4
Or, 13 x = 5
∴ x = 
Hence, The value of x for the given expression is
Answer
Answer:
A. $3992.50
Step-by-step explanation:
Credit line - $8,000.00
Summary
- Previous Balance Payments - $2,500.00
- Credits - $1,500.00
- New Purchases - $3,000.00
- Finance Charge - $7.50
- New Balance - $4,007.50
Available credit= credit line - new balance = $8000 - $4007.50= $3992.50