depending on how much you smoked and how much water you drank you could pass, you should be fine though
can majuwnana get out of your system in 20 days if u havent smoked it in about 3 weeks
If you only smoked once, no more than two weeks, depending on how much, it may be out of your system in a matter of days.
Well if u smoked weed 2 weeks ago and then again 14 days ago then that means you only smoked weed 2 weeks ago.........14 days in 2 weeks weed gets out of your system a month from the last time you smoked it
To convert 7 years and 22 weeks to days, first calculate the total days in 7 years (365 days/year * 7 years) and the total days in 22 weeks (7 days/week * 22 weeks). Then add these two totals together to get the final result, which is the total number of days in 7 years and 22 weeks.
It should be untraceable in urine after 30 days. It's traceable in your hair for years.
#include<iostream> void num_to_years_weeks_days( unsigned num, unsigned& years, unsigned& weeks, unsigned& days) { years = num / 365; num -= years * 365; weeks = num / 7; num -= weeks * 7; days = num; } int main() { unsigned years, weeks, days; unsigned num = 1000; num_to_years_weeks_days(num, years, weeks, days); std::cout << num << " days is " << years << " years, " << weeks << " weeks and " << days << " days\n" << std::endl; num = 12345; std::cout << num << " days is " << years << " years, " << weeks << " weeks and " << days << " days\n" << std::endl; }
Thirty days.
No. It takes 90 days to leave the body.-----That was not my answer... My answer was yes.
1 year = 52 weeks 1 day 2 years = 104 weeks 2 days 3 years = 156 weeks 3 days 4 years = 208 weeks 4 days plus 1 leap day 5 years = 260 weeks 6 days
it depends on how much you smoked. if you smoked constantly then it's a high chance that it could have a faint line
2 weeks or more
There are 459 weeks and 4 days in 9 years, because there are 3287 days in 9 years, because of leap years. Then divide by seven and you get 459 weeks and 4 days.