Answer:
0
Step-by-step explanation:
In my opinion, the string won't display because, the intCount was not initialized before you started outputting the "Hi" string. So in order fro you to get the string to appear, the control point or value has to be initialized to maybe 0. then you can start looping from there. And if you are looping from the top or using greater than (>), The loop works best buy subtracting the control value else, you can end up with infinity loop.
Choice A is one of the answers. Nice work. This is because x+x+x turns into 3x.
Choice D is the other answer because 2(x+1) + x = 2x+2+x = 3x+2. You can find this through trial and error. Or you could graph y = x+x+x+2 and y = 2(x+1)+2 to find that they are the same exact identical diagonal line. A non-graph approach would be to set up a table of values to see that the two tables are identical.
Before the driver applies the brakes ( with the reaction time ):
d 1 = v0 · t = 20 m/s · 0.53 s = 10.6 m
After that:
v = v0 - a · t1
0 = 20 m/s - 7 · t1
7 · t1 = 20
t1 = 2.86 s
d 2 = v 0 · t1 - a · t1² / 2
d 2 = 20 m/s · 2.86 s - 7 m/s² · (2.86 s)²/2 = 57.2 m - 28.6 m = 28.6 m
d = d 1 + d 2 = 10.6 m + 28.6 m = 39.2 m
Answer: the stopping distance of a car is 39.2 m.
The solution of the system of equations that is given is (2,-1).
Given a system of equations are 5x+y=9 and 3x+2y=4.
A system of linear equations (or linear system) is a collection of one or more linear equations involving the same variables. A solution to a linear system is an assignment of values to the variables such that all the equations are simultaneously satisfied.
The given equations are
5x+y=9 ......(1)
3x+2y=4 ......(2)
Here, the substitution method is used to solve the system of equations.
Find the value of y from equation (1) by subtracting 5x from both sides.
5x+y-5x=9-5x
y=9-5x
To find the value of x substitute the value of y in equation (2).
3x+2(9-5x)=4
Apply the distributive property a(b+c)=ab+ac as
3x+2×9-2×5x=4
3x+18-10x=4
Combine the like terms on the left side as
-7x+18=4
Subtract 18 from both sides and get
-7x+18-18=4-18
-7x=-14
Divide both sides by -7 and get
(-7x)÷(-7)=(-14)÷(-7)
x=2
Substitute the value of x in equation (1) and get
5(2)+y=9
10+y=9
Subtract 10 from both sides
10+y-10=9-10
y=-1
Hence, the solution of system of equations 5x+y=9 and 3x+2y=4 is (2,-1).
Learn more about system of equations from here brainly.com/question/13729904
#SPJ4