Assume N students
Student 1 can get (n-1) papers
Student 2 can get (n-1) papers
Student 3 can get (n-1) papers
etc
Student N can get (n-1) papers
So for N students you can have N(n-1)
Answer:
its alot to explain but i will try to make it as simple as possible
Step-by-step explanation:
your first goal is to make each problem into the form ax^2+bx+c=0
number 1, 2, 7 and 8 is already done for you
now all you have to do is plug in each number in the standard form into the quadtratic formula.
basically at this point you can just use your calculator to do the rest of the work. dont forget parentheses so it doesnt get confused...
or you can perform the algebraic work.. its all just a matter of plugging in the right numbers into the quadratic formula...
cant really do the work for you since im on my phone. but yeah all you need to do step one is transform each problem into ax^2+bx+c=0 form
then step 2, plug in each number in to the quadtratic formula. from there calculate using basic algebraic rules
answer:X=k/n-3
explain:move all terms to the left side and set equal to zero. then set each factor equ to zero!
I hope this helps
Answer:
10 mph
Step-by-step explanation:
speed of boat in still water = x
speed of current = 5
speed of boat with current (downstream) = x + 5
speed of boat against current (upstream) = x - 5
distance downstream = 9
distance upstream = 3
time = t
speed = distance/time
distance = speed × time
downstream:
9 = (x + 5)t
upstream:
3 = (x - 5)t
9 = xt + 5t
3 = xt - 5t
9 = xt + 5t
-3 = -xt + 5t
-----------------
6 = 10t
t = 0.6
9 = (x + 5)0.6
15 = x + 5
x = 10