Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,155,700 members, 7,827,567 topics. Date: Tuesday, 14 May 2024 at 01:41 PM

Nairaland Mathematics Clinic - Education (141) - Nairaland

Nairaland Forum / Nairaland / General / Education / Nairaland Mathematics Clinic (481728 Views)

Mathematics Clinic / 2015 Cowbell Mathematics Champion, Akinkuowo Honoured By School. / Lead City University Clinic Welcomes First Ever Baby Since 10 Years Of Opening (2) (3) (4)

(1) (2) (3) ... (138) (139) (140) (141) (142) (143) (144) ... (284) (Reply) (Go Down)

Re: Nairaland Mathematics Clinic by PatEinstEin(m): 7:25pm On Jul 28, 2014
benbuks: ..ok. now ur talking ...


will get bk.to u much later ..
Ok smiley
Re: Nairaland Mathematics Clinic by Nobody: 7:54pm On Jul 28, 2014
PatEinstEin:
Ok smiley
Enter the principle amount, interest rate, and number of years in the textboxes. When you click Calculate, the program uses the following code to display your balance for the following years.
 
Private Sub cmdCalculate_Click()
Dim principle As Double
Dim interest_rate As Double
Dim num_years As Integer
Dim i As Integer
Dim current_value As Double

lstBalances.Clear

principle = Val(txtPrinciple.Text)
interest_rate = Val(txtInterestRate.Text)
num_years = Val(txtYears.Text)

For i = 1 To num_years
current_value = principle * (1 + interest_rate) ^ i
lstBalances.AddItem i & ": " & _
vbTab & FormatCurrency(current_value)
Next i
End Sub
 
The program simply loops through the years, evaluating the compound interest formula:
balance = principle * Math.Pow(1 + interestRate, i)
Interesting tidbit: To estimate how long it will take to double your money, you can use the "Rule of 72." Divide the interest rate into 72 and the result tells you roughly how many years it will take to double your money. For example, at 7.2% it'll take about 10 years. It's a pretty decent estimate.

1 Like

Re: Nairaland Mathematics Clinic by Nobody: 7:59pm On Jul 28, 2014
you will make use of command bottom , text box , label box .

wish i could show you a diagram for d program design.

1 Like

Re: Nairaland Mathematics Clinic by PatEinstEin(m): 8:18pm On Jul 28, 2014
benbuks: Enter the principle amount, interest rate, and number of years in the textboxes. When you click Calculate, the program uses the following code to display your balance for the following years.
 
Private Sub cmdCalculate_Click()
Dim principle As Double
Dim interest_rate As Double
Dim num_years As Integer
Dim i As Integer
Dim current_value As Double

lstBalances.Clear

principle = Val(txtPrinciple.Text)
interest_rate = Val(txtInterestRate.Text)
num_years = Val(txtYears.Text)

For i = 1 To num_years
current_value = principle * (1 + interest_rate) ^ i
lstBalances.AddItem i & ": " & _
vbTab & FormatCurrency(current_value)
Next i
End Sub
 
The program simply loops through the years, evaluating the compound interest formula:
balance = principle * Math.Pow(1 + interestRate, i)
Interesting tidbit: To estimate how long it will take to double your money, you can use the "Rule of 72." Divide the interest rate into 72 and the result tells you roughly how many years it will take to double your money. For example, at 7.2% it'll take about 10 years. It's a pretty decent estimate.
Wow! shocked *dancing shoki* grin
Thanks a lot boss...do u mind teaching me some Visual Basic Programming, no matter how small smiley pls use this thread in order not to derail: https://www.nairaland.com/1832504/pls-write-program-visual-basic thanks
Re: Nairaland Mathematics Clinic by Allenkee: 12:10am On Jul 29, 2014
GOD BLESS YOU GUYS, YOU ARE REALLY GURUS. I DESPERATELY WANT TO BE LIKE YOU GUYS.
Re: Nairaland Mathematics Clinic by Nobody: 9:34am On Jul 29, 2014
PatEinstEin:
Wow! shocked *dancing shoki* grin
Thanks a lot boss...do u mind teaching me some Visual Basic Programming, no matter how small smiley pls use this thread in order not to derail: https://www.nairaland.com/1832504/pls-write-program-visual-basic thanks
guy..2b honest with you , am not an expert on this , its long i did it ..though still have some idea on it...

go to programing section if you really want to learn
programing or follow this link for clarity on your assignment
www.functionx.com/vb/applications/compoundinterest.htm


or get a pc. den get VB . software & practice with it . that's how i could help on this....

1luv

1 Like

Re: Nairaland Mathematics Clinic by Appswheel(m): 10:58am On Jul 29, 2014
A company won a contract to supply furniture to a leading Oil and Maritime company. They were out of stock and sub-contracted the job to another company who charged 100,000 naira for the supply.

Before sending their final quotes to the client, they added 5% VAT fee and 20% as their profit for the transaction. How much was their final quote?
Re: Nairaland Mathematics Clinic by efficiencie(m): 12:44pm On Jul 29, 2014
jackpot: Sir, you called? wink

Try differentiating your result, lets see wink

will that pi go away eventually, to give us back the integrand?


Given the derivative: d(π(4n+1)x/4-1/(1+x^2))/dx

=π(4n+1)/4-d(1/(1+x^2))/dx

Bt ∫(arctanx)dx=1/(1+x^2)
hence arctanx=d(1/(1+x^2))/dx

=π(4n+1)/4-d(1/(1+x^2))/dx

=π(4n+1)/4-arctanx

=arctan[tan(π(4n+1)/4-arctanx)]

=arctan[(tan(π(4n+1)/4)-tan(arctanx))/(1+ tan(π(4n+1)/4)tan(arctanx))]

=arctan[(1-x)/(1+1.x)]

=arctan[(1-x)/(1+x)] which is the integrand!
Re: Nairaland Mathematics Clinic by Nobody: 2:06pm On Jul 29, 2014
So happy I discovered this thread....leggo!!...time to watch and learn
Re: Nairaland Mathematics Clinic by Nobody: 3:55pm On Jul 29, 2014
(x/2)^x = 16

solve..

x=4


so show workings..


asap
Re: Nairaland Mathematics Clinic by Freiburger(m): 10:09am On Jul 30, 2014
Re: Nairaland Mathematics Clinic by Nobody: 2:04pm On Jul 30, 2014
Freiburger: https://www.nairaland.com/1834634/need-mathematics-questions


Q1
. x + y + z= 1 .........................(B)

x2 +y2 + z2= 35...........(E)

x 3+ y3 + z3= 97............(N)


SOLUTION :

From (E)

we observe that
(x+y+z)2= x2+ y2 + z2 + 2 (xy + xz + yz)

=> (1)2=35 +2(xy +xz+yz)

=> xy +xz + yz = -17 ..... ........(J)

also ,

(x+y+z) (x2+ y2 +z2 -xy-xz - yz )=x3 +y3 +z3 -3xyz

=> (1)(35 +17)=97-3xyz

=>3xyz=45
=>xyz=15............ ................(A)

Thus lets have
x+y+z=1.................................(B)
xy+xz+ yz =-17.....................(J)
xyz=15...................................(N)


From (B) , x+y= 1-z .................(M)
From (N), xy =15/z....................(I)

put these in (J)

=> 15/z + z(1-z) = -17

=> 15+z2-z3 = -17z

=> z3-z2-17z-15 =0

guess you can finish up from there ....

Q2

SOLUTION
lets use binomials

3x =(1+2)x

=>
3x=1+2x+(4x(x-1))/2 +…

=> 3x =1+2x2 +…

similarly ,
4x=(2-3x+9x2 ) /2 + …
&
5x =1-4x+8x2 + …

recall that
3x +4x=5x

=> 1-4x+8x2 +…=1+2x2 +...+(2-3x+9x2 )/2 +…

regrouping identical terms & factorizing

=> 3x2-5x-2=0

thus x=2 or -1/3

hence x=2
Re: Nairaland Mathematics Clinic by Laplacian(m): 3:19pm On Jul 30, 2014
benbuks: (x/2)^x = 16

solve..

x=4


so show workings..


asap
given; (x/2)x=16=24, by the unique factoriztaion theorem, (x/2) must be a power of two since the right hand side of the given eqn is a power of two. Hence, (x/2)=2k for some integer k. Hence, 2kx=24 or kx=4 and there are only three possibilities; k=1, x=4 Or k=x=2 Or k=4, x=1. Testing each option in the given equation shows that only the first one is valid, Hence x=4
Re: Nairaland Mathematics Clinic by Nobody: 3:30pm On Jul 30, 2014
Laplacian:
given; (x/2)x=16=24, by the unique factoriztaion theorem, (x/2) must be a power of two since the right hand side of the given eqn is a power of two. Hence, (x/2)=2k for some integer k. Hence, 2kx=24 or kx=4 and there are only three possibilities; k=1, x=4 Or k=x=2 Or k=4, x=1. Testing each option in the given equation shows that only the first one is valid, Hence x=4

hmm...prof..prof...

nice1 .

gat be an alternative solution 4d sake of others who might nt understand what you did above ...
or what do you think ..?
Re: Nairaland Mathematics Clinic by Kendzyma(m): 9:23pm On Jul 30, 2014
@efficienci and benbuks,pls help integrate [1/x^3-1]
Re: Nairaland Mathematics Clinic by Soneh(m): 9:46pm On Jul 30, 2014
pls gurus in the house assist me in solving this:
prove that LOGaA•LOGbB=LOGbA•LOGaB
please note that the small letters are the bases of the individual logarithms.
Re: Nairaland Mathematics Clinic by Nobody: 10:17pm On Jul 30, 2014
Kendzyma: @efficienci and benbuks,pls help integrate [1/x^3-1]

[b]SOLUTION

we use partial fractions

1/(x3 -1 )

=> 1/(x-1)(x2 +x +1] =p /(x-1) + (qx+r)/(x2 +x +1)

=> 1= px2+px+p + qx2 -qx+rx-r ............ (*)

putting x=-1 , 0 & 1

thus we have 1/3, -1/3, -2/3 as p , q & r respectively

=> $1/3(x-1) - $(x+2)/(x2+x1] dx

=> 1/3 ln(x-1) -1/3 $(x+2)/(x2 +x+1 ) ............(**)


hmm. young man , @ this point we shall need great mathematical strength to do some manipulations

now lets consider $(x+2)/(x2 +x+1 ] dx

=> 1/2 $(2x+4)/(x2 +x +1 ] dx

=> 1/2$[(2x+1) +3 )/(x2 +x+1 ) dx

= 1/2 $(2x+1)/(x^2 +x +1) dx + 3/2 $1/(x2 +x + 1 ) dx

=> 1/2 ln(x2 +x +1 ) + $ 1/[(x+1/2)2 dx + (√3/2)2 ) dx

recall your standard integral for arc.tan.
we thus have

=> 1/2 ln(x2 +x + 1) + 3/2 * 2/√3 arc tan (2x+1) /√3 now put this in (**) to obtain your final answer .

hmm this your question looks innocent , but far from that [/b]
Re: Nairaland Mathematics Clinic by efficiencie(m): 10:29pm On Jul 30, 2014
Soneh: pls gurus in the house assist me in solving this:
prove that LOGaA•LOGbB=LOGbA•LOGaB
please note that the small letters are the bases of the individual logarithms.

Given LOGaA•LOGbB=LOGbA•LOGaB

Starting frm d RHS:
LOGaA•LOGbB
=(LogA/Loga).(LogB/Logb)
=(LogA/Logb).(LogB/Loga)
=LOGbA•LOGaB

Which is the LHS

Nb LOGxX=LogX/Logx
Re: Nairaland Mathematics Clinic by Kendzyma(m): 12:45am On Jul 31, 2014
benbuks:

[b]SOLUTION

we use partial fractions

1/(x3 -1 )

=> 1/(x-1)(x2 +x +1] =p /(x-1) + (qx+r)/(x2 +x +1)

=> 1= px2+px+p + qx2 -qx+rx-r ............ (*)

putting x=1 , 0 & 1

thus we have 1/3, -1/3, -2/3 as p , q & r respectively

=> $1/3(x-1) - $(x+2)/(x2+x1] dx

=> 1/3 ln(x-1) -1/3 $(x+2)/(x2 +x+1 ) ............(**)


hmm. young man , @ this point we shall need great mathematical strength to do some manipulations

now lets consider $(x+2)/(x2 +x+1 ] dx

=> 1/2 $(2x+4)/(x2 +x +1 ] dx

=> 1/2$[(2x+1) +3 )/(x2 +x+1 ) dx

= 1/2 $(2x+1)/(x^2 +x +1) dx + 3/2 $1/(x2 +x + 1 ) dx

=> 1/2 ln(x2 +x +1 ) + $ 1/[(x+1/2)2 + (√3/2)2 ) dx

recall your standard integral for arc.tan.
we thus have

=> 1/2 ln(x2 +x + 1) + 3/2 * 2/√3 arc tan (2x+1) /√3 now put this in (**) to obtain your final answer .

hmm this your question looks innocent , but far from that [/b]

,couldnt go beyond d partial fraction.tanx bro.
Re: Nairaland Mathematics Clinic by Soneh(m): 7:00am On Jul 31, 2014
pls someone should help me with the solution and explanation to this question :
If. A and B are the roots of ax^2+bx+C=o form the equation whose roots are: A-2B, B-2A
PLS note that A and B are alpha and beta respectively.
Re: Nairaland Mathematics Clinic by Soneh(m): 7:06am On Jul 31, 2014
efficiencie:

Given LOGaA•LOGbB=LOGbA•LOGaB

Starting frm d RHS:
LOGaA•LOGbB
=(LogA/Loga).(LogB/Logb)
=(LogA/Logb).(LogB/Loga)
=LOGbA•LOGaB

Which is the LHS

Nb LOGxX=LogX/Logx

a million thanks and God bless
Re: Nairaland Mathematics Clinic by Laplacian(m): 8:17am On Jul 31, 2014
Freiburger: https://www.nairaland.com/1834634/need-mathematics-questions

1.) Given 3x-2x=65, we use Modular arithmetic, working in Mod3 we get;
-2x # -1 (Mod3)
Or
(-1)x # 1 (Mod3) where # means "congruent to". The congruence holds iff x is even. Hence, x=2k, and we have
32k-22k=65
Or
(3k-2k)(3k+2k)=65*1=13*5. Now there are four possibilities;
(3k+2k)=65
(3k-2k)=1
Or
(3k+2k)=1
(3k-2k)=65
Or
(3k+2k)=5
(3k-2k)=13
Or
(3k+2k)=13
(3k-2k)=5

the first three eqns have no solution, adding or subtractin d last eqn gives k=2 and hence x=2k=2*2=4
Re: Nairaland Mathematics Clinic by dejt4u(m): 1:40pm On Jul 31, 2014
Soneh: pls someone should help me with the solution and explanation to this question :
If. A and B are the roots of ax^2+bx+c=0 form the equation whose roots are: A-2B, B-2A
PLS note that A and B are alpha and beta respectively.
the roots of the given eqn are, A nd B,
then, sum of the root, A+B=-b/a,
Product, AB= c/a,

for the required eqn,
roots are (A-2B) and (B-2A),
sum = (A-2B)+(B-2A) = -(A+B) = -(-b/a) = b/a,
product = (A-2B)(B-2A) = AB-2(A2+B2)+4AB = 5AB - 2(A2+B2)
=9AB-2(A+B)2
=[s]9(c/a) -2(-b/a) = (9c+2b)/a..

But the quadratic equation is of the form,
x2 - (sum of the roots)x + (product of the roots)= 0
using the values aboves,

the required eqn is therefore,
x2 - b(x)/a + (9c+2b)/a = 0,
ax2 - bx + (9c+2b) = 0[/s]


modifications.,
product = (A-2B)(B-2A) = AB-2(A2+B2)+4AB = 5AB - 2(A2+B2)
=9AB-2(A+B)2
=9(c/a) -2(-b/a)2 = (9ac-2b2)/a2..

But the quadratic equation is of the form,
x2 - (sum of the roots)x + (product of the roots)= 0
using the values aboves,

the required eqn is therefore,
x2 - b(x)/a + (9ac-2b2)/a2 = 0,
multiplying all by a2
(ax)2 - abx + (9ac-2b2) = 0...QED
sorry for the previous mistake.. Tnx to oga benbuks

1 Like

Re: Nairaland Mathematics Clinic by Nobody: 3:08pm On Jul 31, 2014
use first principle differentiate x1/3
hence or otherwise compute f ' [ x1/n ]

also by first principle

NB: use of binomials/series prohibited


asap.

thanks .

guys kindly give this a try plzzz..
Re: Nairaland Mathematics Clinic by Nobody: 3:23pm On Jul 31, 2014
Laplacian:
given; (x/2)x=16=24, by the unique factoriztaion theorem, (x/2) must be a power of two since the right hand side of the given eqn is a power of two. Hence, (x/2)=2k for some integer k. Hence, 2kx=24 or kx=4 and there are only three possibilities; k=1, x=4 Or k=x=2 Or k=4, x=1. Testing each option in the given equation shows that only the first one is valid, Hence x=4

ok boss

alternatively

GIVEN (x/2)x =16

=> x/2= (42)1/x

put x/2 = t

= 1/t = 2/x (taking reciprocals )

=> t = (4)[sup]1/t


now we have

tt = 22

by definition,

=> t = 2

since x/2 = t

=> x/2 = 2

hence x = 4
Re: Nairaland Mathematics Clinic by Soneh(m): 7:02pm On Jul 31, 2014
dejt4u:
the roots of the given eqn are, A nd B,
then, sum of the root, A+B=-b/a,
Product, AB= c/a,

for the required eqn,
roots are (A-2B) and (B-2A),
sum = (A-2B)+(B-2A) = -(A+B) = -(-b/a) = b/a,
product = (A-2B)(B-2A) = AB-2(A2+B2)+4AB = 5AB - 2(A2+B2)
=9AB-2(A+B)2
=9(c/a) -2(-b/a) = (9c+2b)/a..

But the quadratic equation is of the form,
x2 - (sum of the roots)x + (product of the roots)= 0
using the values aboves,

the required eqn is therefore,
x2 - b(x)/a + (9c+2b)/a = 0,
ax2 - bx + (9c+2b) = 0 ...QED

pls explain
Re: Nairaland Mathematics Clinic by dejt4u(m): 7:55pm On Jul 31, 2014
Soneh:
pls explain
i tried as much as possible to it self explanatory.. Pls tell(quote the area or lines) where the problem is exactly nd i will explain better..
Re: Nairaland Mathematics Clinic by Nobody: 8:26pm On Jul 31, 2014
Soneh: pls someone should help me with the solution and explanation to this question :
If. A and B are the roots of ax^2+bx+C=o form the equation whose roots are: A-2B, B-2A
PLS note that A and B are alpha and beta respectively.

my boss @ dej4u has justice already...BUT....

given ax2 +bx + c =0

by definition ,

the sum of roots , A+B = -b/a

the product of roots , AB =c/a

but here we are given new roots build a quadratic equation with ,

A-2B & B-2A

now for sum , we have (A-2B) +(B-2A) =A-2B+B-2A
= (A+B) -2(A+B)

recall that A+B =- b/a
=> -b/a -2(-b/a)
= (-b+2b)/a = b/a

& product , (A-2B)(B-2A) =AB-2A2 -2B2 +4AB

=>

5AB -2(A2 + B2)

but A2 +B2 =(A+B)2 -2AB

=> 5AB -2[ ( A+B)2 -2AB ]

=> 5c/a -2[ (b/a)2 -2c/a]

=> 5c/a -2b2 /a2 + 4c/a

=> 9c/a - 2(b/a)2

using the general model for building quadratic equations , given roots ,

x2 - (sum of roots ) x + product of roots =0

=> x2 -(b/a)x +[ 9c/a -2(b/a)2 ] =0

simplify further …

hope you get .?
Re: Nairaland Mathematics Clinic by Soneh(m): 7:19am On Aug 01, 2014
dejt4u:
the roots of the given eqn are, A nd B,
then, sum of the root, A+B=-b/a,
Product, AB= c/a,

for the required eqn,
roots are (A-2B) and (B-2A),
sum = (A-2B)+(B-2A) = -(A+B) = -(-b/a) = b/a,
product = (A-2B)(B-2A) = AB-2(A2+B2)+4AB = 5AB - 2(A2+B2)
=9AB-2(A+B)2
=[s]9(c/a) -2(-b/a) = (9c+2b)/a..

But the quadratic equation is of the form,
x2 - (sum of the roots)x + (product of the roots)= 0
using the values aboves,

the required eqn is therefore,
x2 - b(x)/a + (9c+2b)/a = 0,
ax2 - bx + (9c+2b) = 0[/s]


modifications.,
product = (A-2B)(B-2A) = AB-2(A2+B2)+4AB = 5AB - 2(A2+B2)
=9AB-2(A+B)2
=9(c/a) -2(-b/a)2 = (9ac-2b)/a2..

But the quadratic equation is of the form,
x2 - (sum of the roots)x + (product of the roots)= 0
using the values aboves,

the required eqn is therefore,
x2 - b(x)/a + (9ac-2b)/a2 = 0,
multiplying all by a2
(ax)2 - abx + (9ac-2b) = 0...QED
sorry for the previous mistake.. Tnx to oga benbuks
pls I thought the last part is supposed to be. (ax)^2-(ab)x+(9ac-2b^2)
Re: Nairaland Mathematics Clinic by Soneh(m): 7:23am On Aug 01, 2014
benbuks:

my boss @ dej4u has justice already...BUT....

given ax2 +bx + c =0

by definition ,

the sum of roots , A+B = -b/a

the product of roots , AB =c/a

but here we are given new roots build a quadratic equation with ,

A-2B & B-2A

now for sum , we have (A-2B) +(B-2A) =A-2B+B-2A
= (A+B) -2(A+B)

recall that A+B =- b/a
=> -b/a -2(-b/a)
= (-b+2b)/a = b/a

& product , (A-2B)(B-2A) =AB-2A2 -2B2 +4AB

=>

5AB -2(A2 + B2)

but A2 +B2 =(A+B)2 -2AB

=> 5AB -2[ ( A+B)2 -2AB ]

=> 5c/a -2[ (b/a)2 -2c/a]

=> 5c/a -2b2 /a2 + 4c/a

=> 9c/a - 2(b/a)2

using the general model for building quadratic equations , given roots ,

x2 - (sum of roots ) x + product of roots =0

=> x2 -(b/a)x +[ 9c/a -2(b/a)2 ] =0

simplify further …

hope you get .?

(ax)^2-(ab)x+(9ac-2b^2)
hope I am right
Re: Nairaland Mathematics Clinic by dejt4u(m): 7:29am On Aug 01, 2014
Soneh:
pls I thought the last part is supposed to be. (ax)^2-(ab)x+(9ac-2b^2)
yea..you ar correct..
Re: Nairaland Mathematics Clinic by Nobody: 9:38am On Aug 01, 2014
...Good morning to you all my lovely , wonderful , funny & ingenious mathematicians & other viewers/followers who learnt / i learnt lots from in the house , of which time & memory will fail me enumerating , however lets see how possible ..

Today being my 1 full year ( 12 months , 52 weeks ,365days ,8760hrs,560640mins ,33638400sec.) on our one & only NAIRALAND FORUM (1 of a thousand ) my NAIRALAND-birthday. (lol)

All glory , thanks & adoration to our lord God Almighty for keeping you & i sound & healthy , protected us from all evils & wiles of life , so many we started year with / use to do our solving with have gone already to the grave beyond & will never return again .*sober mood* via accident , sickness, attacks or responding to nature's call ....hmmmm. .. (we hope to meet them someday sooner than later at the foot of the master ....AMEN!) .

great thanks to our ever innovative & patriotic
Oluwaseun
Osewa & co .
for building such a terrific & prolific forum (site) where lives are improved , massive positive & ideal information unfold , relationships enhanced & love & unity actualized for God & country . bless you sir(s) & all other moderators , people like Richiez & fynestboy & a host of others which i cant recall (might not know ) pardon me .
& off course my bright & great mathematicians , like of doubledx , laplacian , efficiencie ,dejt4u calculus(fx) , jackpot , jaryeh , smurfy , Pat Einstein , 2noshine, alpha-maximus , fasodecapo, kendyzma,factorial1 ,amazing-angel,stenon,aysuccess99,ortarico, oladistinct , arithemetic & and an army of others i cant remember ( pardon me pls ) , meeting you guys is one of the best thing that has happened to me , really hope/wish we meet physically some day , really learnt from you guys , thanks all for your inputs , corrections, sacrifice in solving enigmas posted & the constructive criticism , only God will bless you & your family yanfu ..yanfu..

I dare not forget our ever viewing /following audience , for your support & encouragement , God be with all.


I KNOW THE THOUGHTS I THINK TOWARDS
YOU SAYS THE LORD , THOUGHT OF GOOD &
NOT OF EVIL . TO GIVE YOU AN EXPECTED END. .
NEVER LOSE SIGHT OF JESUS ....HIS WORD &
POWER IS MUCH GREATER THAN EBOLA , SO
CALM DOWN , QUIT PANICKING , STAY IN THE
LORD , TRUST HIM ALWAYS , & YOU , YOUR
FAMILY & FRIENDS ARE PROTECTED & COVERED
WITH THE BLOOD OF THE LAMB. IJN!!
HAPPY !! HAPPY !! NEW MONTH
WELCOME TO A:::::U::::::G::::U:::::S::::T!!!!!!!


1LOVE..... cheers!!!

#team.MATHEMATICS .

gracia .

7 Likes

(1) (2) (3) ... (138) (139) (140) (141) (142) (143) (144) ... (284) (Reply)

DIRECT ENTRY Admission. / Mastercard Foundation Scholarship, Enter Here / 2016/2017 University of Ibadan Admission Thread Guide.

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 87
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.