Travel › Re: Does Anyone Know How To Get Uruguay Visa? by peppo4live: 7:28am On Mar 09, 2021 |
TheMan3: No updates yet o because of the current pandemic. But soon I will proceed. Has anyone here also tried or have any information? Do they have website at all? If yes, help us with the link. Thanks |
Travel › Re: Does Anyone Know How To Get Uruguay Visa? by peppo4live: 4:22am On Mar 09, 2021 |
Dietminute: Good day bro!! Any update about d requirements? No response from the guy ooooo |
|
Travel › Re: Does Anyone Know How To Get Uruguay Visa? by peppo4live: 4:36pm On Feb 17, 2021 |
|
Travel › Re: Does Anyone Know How To Get Uruguay Visa? by peppo4live: 7:29am On Feb 10, 2021 |
TheMan3: I had to slow down because of the covid issue. They were very strict back then. But I think it's more relaxed now. Kindly post their tourist visa requirements. Thanks |
Travel › Re: Does Anyone Know How To Get Uruguay Visa? by peppo4live: 7:27am On Feb 10, 2021 |
TheMan3: I had to slow down because of the covid issue. They were very strict back then. But I think it's more relaxed now. More updates from you will be appreciated. Thanks |
Travel › Re: Giving Birth In Brazil by peppo4live: 10:47pm On Jan 22, 2021 |
MrsNaz: Yeah true. They stopped accepting visa applications due to Covid. Was there today. When were you told to come back for submission? |
Travel › Re: Giving Birth In Brazil by peppo4live: 7:22pm On Jan 20, 2021 |
centuryman: What is the source please? Brazilian embassy Facebook page |
Travel › Re: Giving Birth In Brazil by peppo4live: 5:54pm On Jan 20, 2021 |
It is well ooo
|
Travel › Re: Giving Birth In Brazil by peppo4live: 1:22pm On Jan 19, 2021 |
centuryman: Did they ever stop accepting applications? They went on break during the festive period |
Travel › Re: Giving Birth In Brazil by peppo4live: 10:24pm On Jan 18, 2021 |
Has the embassy started accepting applications? |
Education › Re: Logarithmic Question by peppo4live: 10:33pm On Nov 14, 2020*. Modified: 10:57pm On Nov 14, 2020 |
Using difference of two squares
(69.5+30.5)(69.5-30.5)
100×39 = 3900
³√3900
No .................... Log 3900.................. 3.5911
³√3900................ 3.5911÷3. = 1.1970
Antilog. 15.74 (answer) |
Education › Re: Logarithmic Question by peppo4live: 9:48pm On Nov 14, 2020 |
Simple |
Jobs/Vacancies › Re: OilandGasJobs Recruitment 2020 by peppo4live: 7:06am On Nov 14, 2020 |
Midex88: 21) What becomes V if we use 2 resistors of 4W in parallel? A. 2.66 V B. 6 V C. 12 V D. 24 V
The intelligent once pls 6V |
Jobs/Vacancies › Re: OilandGasJobs Recruitment 2020 by peppo4live: 11:39am On Oct 18, 2020 |
Tetegh: Mine is 32k+ Mine is 28k+ |
|
|
|
Programming › Re: Help Python Syntax Error! by peppo4live: 11:00pm On Aug 15, 2020 |
ReignDigitals: Here it is After I input 101 as my score It displayed invalid score but still continued with the print statement... I thought the program should end at invalid score ... Any input will be appreciated |
Education › Re: Please, Who Can Assist With The Solution To This Physics / Maths Problem by peppo4live: 3:45pm On Aug 12, 2020 |
femi4: I like this simple approach Thanks |
Education › Re: Please, Who Can Assist With The Solution To This Physics / Maths Problem by peppo4live: 10:28am On Aug 12, 2020 |
Solution:
distance (d1) = X distance (d2) = Y time = t1 = t2 = t (equal and consecutive intervals of time)
initial velocity = d1/t = X/t final velocity = d2/t = Y/t
Acceleration (a) = (final velocity - initial velocity)/t
Putting X/t and Y/t into the formula for acceleration
We have...
Acceleration = (Y/t - X/t)/t
Find the LCM inside the bracket
We... (Y-X)/t ÷ t (Y-X)/t × 1/t
Acceleration = (Y - X) / t²
Proved and shown |
Education › Re: 2k For Whoever Can Solve This Asap by peppo4live: 1:21pm On Aug 11, 2020 |
Ogabson: Hope this helps You have done well but you should try as much as possible to simplify mathematics and make it attractive for people. Let me use binary operation to fully explain your solution. Question: Find the product of 11 and 10 (Leaving your answer in base two) Solution: 1 1 × 1 0 ------------- 0 0 +1 1 ------------------ 1 1 0 ------------------- Instead of the above solution... This is what you did: You converted the base into base ten 11= 1×2^1 + 1×2^0 = 2 + 1 = 3 base 10 10 = 1×2^1 + 0×2^0 = 2 + 0 = 2 base 10 Therefore, 11 × 10 = 3 × 2 = 6 base 10 Converting base 10 to base 2 6 divided by 2 2 6 2 3 R 0 2 1 R 1 2 0 R 1 Answer 110 base two. I hope this help.... Thanks |
Education › Re: 2k For Whoever Can Solve This Asap by peppo4live: 8:41am On Aug 11, 2020 |
Squillaci: This your answer resemble luck. The angle that is subtended, is it the exterior angles or the interior angles? Study the theorems of cycle geometry very well. There is nothing like luck... If you manipulate steps in mathematics, people will know... Thanks |
Education › Re: 2k For Whoever Can Solve This Asap by peppo4live: 6:52am On Aug 11, 2020 |
phenomental40: peppo4live correct DM me your account number expect alert of 2k tomorrow Received with thanks. God bless you
|
Education › Re: 2k For Whoever Can Solve This Asap by peppo4live: 6:32pm On Aug 10, 2020 |
phenomental40: peppo4live correct DM me your account number expect alert of 2k tomorrow Hello bros |
Programming › Re: My Collections Of Python Projects by peppo4live: 10:19am On Aug 10, 2020 |
KlausMichaelson: name = input('What is your Name? ') matric_no = input('What is your Matriculation number? ') course_code = input('What is your course code? ') score = input('What is your score?') for score in range(100): if score <= 100: score = 'Grade A' elif score <= 70: score = 'Grade B' elif score <= 60: score = 'Grade C' elif score <= 50: score = 'Grade D' elif score <= 40: score = 'Grade D' else: score = 'Grade F' print(f'Hi {name} with {matric_no} at the end of the semester, had {score} in {course_code}')
Alternatively;
Name = input('What is your Full Name? ') Matric_number = input('What is your Matric Number? ') Course_Code = input('What is your Course Code? ') Score = int(input('What is your Score? (Score must not exceed 100) '))
if Score > 100: print('invalid score') elif Score <= 100 and Score >= 70: Score = 'A' elif Score <= 69 and Score >= 60: Score = 'B' elif Score <= 59 and Score >= 50: Score = 'C' elif Score <= 49 and Score >= 40: Score = 'E' else: Score = 'F'
print(f'{Name} with a Matric No of {Matric_number} At the end of the semester, had Grade {Score} in {Course_Code}') Nice one bro.... I Started learning python too of recent.... Keep the fire burning |
Education › Re: 2k For Whoever Can Solve This Asap by peppo4live: 7:08pm On Aug 09, 2020 |
galantjoe: You got it It is very important to use circle theorem to solve this kind problem Thanks |
Education › Re: 2k For Whoever Can Solve This Asap by peppo4live: 7:07pm On Aug 09, 2020 |
Brachaa: God of maths, where art thou in my life?? Lol...
Kudos to the guy that got it though. He tried. Thanks |
Education › Re: 2k For Whoever Can Solve This Asap by peppo4live: 4:49pm On Aug 09, 2020 |
|
Education › Re: 2k For Whoever Can Solve This Asap by peppo4live: 4:28pm On Aug 09, 2020 |
phenomental40: peppo4live correct DM me your account number expect alert of 2k tomorrow Account number: 0054093485 Bank: Access |
Education › Re: 2k For Whoever Can Solve This Asap by peppo4live: 3:42pm On Aug 09, 2020 |
OCD = 70 (isosceles triangle)
OCD + ODC + x = 180 70 + 70 + x = 180 140 + x = 180 X = 40
212 + 40 = 252 ( angle at centre)
ABC = 252/2 (angle at centre is twice angle at segment
ABC = 126 degree |
Education › Re: 2k For Whoever Can Solve This Asap by peppo4live: 3:34pm On Aug 09, 2020 |
126 degree |