3x + 1 = (x-1)^2
3x + 1 = x^2 - 2x + 1
0 = x^2 -5x
0 = x(x-5)
x = 0,5
Hope this helps!
<span />
(8q)/4 ..................
35/7 (total $ divided by total units)= 5
1 unit = $5
Sitis units times 5
4 • 5 = $20
Sitis has $20
Answer:
The minimum number of assignment statements needed is 5
Step-by-step explanation:
To write the algorithm, we apply the strategy of interchanging the values of variables in the assignment statements.
Assume "tmp" is the new variable, let assign tmp to w
The algorithm is:
Procedure exchange (w,x,y,z: integers)
tmp := w
w := x
x := y
y := z
z := tmp
return (w,x,y,z)
end
From the algorithm, it is obvious that there will be a minimum of 5 assignment statements needed.
23/103 = 0.22
0.22*100 = 22%
The percentage increase is 22%
Hope that helps!