Let’s write it simply, that helps us solve it easier.
6x^2+4x+8
Now, insert 7 in place of x.
6(7)^2+4(7)+8
Now, multiply.
42^2+28+8
Solve for exponents.
1,764+28+8
Add.
1,792+8
1,800
Hope this helps!
Keywords
linear equation, variables
Step 1
Define the variables
Let
x-----> number of erasers
y-----> total cost
we know that
------> this is the linear equation that represent the situation
therefore
the answer is y = 0.84 + (0.38)x
Answer:
this is your answer look it once.
A short way of writing really large numbers or really small numbers
Ex:
360,000,000 is written in scientific nation as.. 3.6 x 10^8
Answer:
min = a_1
for i:= 2 to n:
if
< min then min = 
return min
Step-by-step explanation:
We call the algorithm "minimum" and a list of natural numbers 
So lets first set the minimum to 
min = a_1
now we want to check all the other numbers.
We can use a simple for loop, to find the minimum
min = a_1
for i:= 2 to n:
if
< min then min = 
return min