Open Question: what happens if you...
im 16 and i really dont know how much calcium a body needs to take daily for that age, im taking this caplet called oscal, it has Vitamin D3 400I.U which is 100% of the daily value and calcium which is 500mg 50% of the daily value, im taking it twice a day. Plus i drink milk atleast 1 glass a day.. is that safe? coz i feel like im getting dizzy in the afternoons, i really dnt know if its the summer heat, but we are using our airconditioning, or im not getting enough sleep lately..
Open Question: How do I make a C...
With a sentential value of 0??here is my code so far:/** File name: minMax.cpp * This program gets a list of integers from the user* and ccomputes the minimal and maximal number appearing in the list* using zero as a sentential value.*/#include #include "genlib.h"#include "simpio.h"int main(){int num, sum, count;sum=0; count=0;printf ("Please enter a list of integers.\n");printf ("Signal the end of your list with a 0.\n");printf ("Enter first number: ");num=GetInteger();while (num > 0){what do I do after it??
Open Question: No Kelly's Blue Book...
I am going to sell a 9-year old Carrier AC/Heat roof unit. It is 3 tons with a 12 SEER. It was used 4 years when I bought it new and has been stored in a covered garage ever since. It seem to be in excellent condition. What is the high and low value of such a piece of equipment if I were to sell it to someone who needs to replace their broken unit? I live in Central California.
Open Question: Instant Camera?
http://www.youtube.com/watch?v=cSFcgD0fxw8&feature=related ok between 9:40 and 10:00 what camera are they using? I want a cheap, small fun INSTANT camera like that. I want it for the sentimentail value of it. I have a digital camera so it wouldnt work like that... Were can i buy something like that?
Open Question: What is a reasonable...
I am considering purchasing a small, currently unoccupied commercial building in the midwest. I was using a 8% cap rate to value the property but the realtor suggests a 7% cap rate. Does anyone have any recent experience that might help me? What is a reasonable CAP rate?The lower the CAP rate, the higher the value of the property. I think that the seller owes more on the property than it is worth and is trying to recoup her losses by trying to sell the property for an inflated price.
Resolved Question: Split end...
How do I stop getting split ends? My hair is so awful. It can be cut one day and the next day - split ends everywhere again.I've got into the habit of sitting in the sun and picking the split ends off now. I know its bad :( but they won't leave me alone!! And I would LOVE to have long hair but it just won't grow because it's always in such a bad condition. I have used loads of intensive treatments that you get in Superdrug. I cant afford proper salon treatments :( I rarely put my hair up and I wash it with Aussie shampoo and conditioner. Could it be my dreaded tesco value brush? lol.
Open Question: What is IPR?
-List 3 branches of IPR-common offenses surrounding ICT-how ICT influences human values-proper behavior when using ICT"PLEASE TELL ME I NEED IT SOOO MUCH"
Open Question: prove that ;...
I could really use some help iv'e got 2 answers wich both have the same value and im not sure if i took the right steps
Open Question: answer please that...
1- The following formula can be used to determine the distance an object fall due to gravity in a specific time period:D=1\2 gt2The variables in the formula are as follows: d id the distance in meters is 9, 8, and t is the time in seconds that the object has been falling.Write a function named falling Distance that accepts an object falling time (in seconds) as an argument. The function should return the distance, in meter, that the object has fallen during that time interval. Write a program that demonstrates S the function by calling it in a loop that passes the values 1 through 10 as arguments, and displays the return value.2- write a program that determines which of a company four division (Northeast, Southeast, Northwest, and southwest) has the greatest sales for a quarter. It should include the following two functions, which are called by the main.i- Double get Sales () is passed the name of the name of the division. It asks the user for a division quarterly sales figure, validates the input, and then returns it. It should be called once for each division.ii- void find Highest() is passed four sales totals. It determines which is the largest and prints the name of the high grossing division, along with its sale figureValidate input: do not accept amount less than 0.
Open Question: How can I figure out...
I think I know how to calculate values of resistors and capacitors for single stage transistor amplifier. What about two stage or three stage common emitter amplifier. For example in my firststage I got gain of 100. I put in 500uV p-p and got out about 50mVp-p. how can I calculate values of resistors, using same 9v battery to get more gain?
Open Question: When Bush said Iraqi's...
SO at some time in the future all his predictions will come to fruition. Like the $20Billion price tag Bush promised.Or was that fuzzy math he voices an expetise in.
Open Question: Use the Ksp values to...
CuS(Ksp 1.27*10^-36)Ag2CrO4 (Ksp 1.12*10^-12)Ca(OH)2 (Ksp= 4.68*10^-6)
Open Question: Molar enthalpy of...
Testing Hess's law:A candle was burned for several minutes. The formula for the candle wax is C25H52 and the accepted value for the heat of combustion is 15MJ / mol. This is the evidence gathered:Initial mass of candle: 5.88gFinal mass of Candle: 5.24gInitial temp of water: 21CFinal temp of water: 24CMass of the water: 1.75LUsing the above info, what is the experimental molar enthalpy of combustion of candle wax?1 day ago -
Open Question: Can someone explain me...
Future value = payment{ [ (1 + i)^n - 1] / i }240{ [ (1.006)^360 - 1] / 0.006}which gives 304,614 Using a website with financial formulas i got this result, but i can't get it on my calculator. I dont know what to calculate first. do i have to calculate the (1.006)^360 and the rest and then multiply by 240?? thats not giving me 304, 614.. could someone explain me how to do this on calculator step by step? thanks
Resolved Question: What's the retail...
-100,000 mileage-Leather seating-Sun-roof-Wooden Luxury Dashboard-NO navigation system-NO dvd playerALSO: How much would the value be about 1 year from now with 12,500 extra miles on it?
Resolved Question: Need programing...
I'm currently taking an entry level programming class and am confused about the jargon used in the PYTHON language (a high level programming language). If you could, please explain to me in plain English what each of the following does in a programming setting and provide examples :(for example, in the text, a TOKEN is explained as a sequence of elementary lexical components. -_-" )1) Token2) Identifiers3) Keywords4) operators5) literals6) statements7) list8) string9) Boolean (value)? (<<<
Open Question: Help on my program!?
/** File name: minMax.cpp * This program gets a list of integers from the user* and computes the minimal and maximal number appearing in the list* using zero as a sentential value.*/#include #include "genlib.h"#include "simpio.h"int main(){int num, max, min, count;max = 0;min = 10000000;count=0;printf ("Please enter a list of integers.\n");printf ("Signal the end of your list with a 0.\n");printf ("Enter first number: ");num=GetInteger();while (num>0){printf ("Enter next number: ");num=GetInteger();}if (max < num) max = num;if (min > num) min = num; printf ("The maximum number in the list is %d.\n", max);printf ("The minimum number in the list is %d.\n", min);}How do I get the min and max to appear correctly?!
Open Question: No Values - No...
Tell me why I shouldn't state that the real problem with our country (U.S) relies manly with the decline of values that we are getting used to accept!
Open Question: The following data...
The following data represent total personnel expenses for the Palmdale HumanService Agency for past four fiscal years:20X1 $5,250,00020X2 $5,500,00020X3 $6,000,00020X4 $6,750,000Forecast personnel expenses for fiscal year 20X5 using moving averages, weightedmoving averages, exponential smoothing, and time series regression. For movingaverages and weighted moving averages, use only the data for the past three fiscalyears. For weighted moving averages, assign a value of 1 to the data for 20X2, avalue of 2 to the data for 20X3, and a value of 3 to the data for 20X4. For exponentialsmoothing, assume that the last forecast for fiscal year 20X4 was $6,300,000.You decide on the alpha to be used for exponential smoothing. For time seriesregression, use the data for all four fiscal years. Which forecast will you use? Why?
Open Question: Why would a guy say...
Like my one of my male friends who use to like me said he cares about what i think.
Open Question: 2nd Posting: Wireless...
Property - ValueConfiguration Profile - WiFi SpecFragmentation Threshold - 2346 (Max)Long Retry Limit - 4 (1-255)Nitro Mode - ONNitro Time - 1400 (10-5000)Power Save Mode - DisabledRTS Threshold - 2347 (Max)Short Retry Limit - 7 (1-255)These are the setting in the advanced tab dialog box on my wireless USB adapter. I am using the signal from my neighbor friend and the signal is strong most of the time but everything loads really slow most times. Dynamic content on webpages load very very slow if at all. Downloading or watching/listening to content is almost impossible. Does anyone know what the best parameters for these settings should be in this case? Can I extend the antenna's range by modifying it? The connection is high speed and he does not limit my bandwidth. I know I'm dropping packets but I dont know how to adjust the settings to prevent it as much as possible. This took an hour to post. Thanks for all replies.
Open Question: Env2 vs LG Voyager?
I can get either phone for $50. [the price went down on the voyager with the release of the Dare]I like how small and compact the env2 is. it has a pretty good keyboard, and a nice screen. it is so sleek and beautiful. i love the outside keyboard. i love how you can start typing on the home screen and it will start a text message for you.The voyager is an overall more feature packed phone obviously, with lots more to offer, including a large touch screen, and second screen just as large. it is also very big and bulky, and i will not use mobile TV. i may use the browser every once in a while.I feel like with getting the voyager, i will be getting a much better value, because the phone is usually $200 more expensive than the env2, but now i can get them both for the exact same price!!!!!which should i get based on what i wrote above?Slightly confusing answer.... the env2 does not have a touch screen.
Open Question: I need help in...
Analyze the following ethical dilemma from the perspective of rationality and respect(Dilemma Tucker & Marcuson, 1998). A local nonprofit organization that networks with other service agencies in the area was designed to fill gaps in needed services for families. This agency has been in existence for several years and has gained the respect of the community. The staff of this agency can serve families who have a need that cannot be served in any other way through connecting these families with community volunteers who adopt them. The volunteer director of the agency works on a volunteer basis and contributes numerous hours each week to fulfill responsibilities associated with this position. To reduce her workload, the director of the agency applied to seven different foundations to request money for a part-time administrative assistant. The agency requested $10,000 from each of the foundations, with the hope that they would receive assistance from one of them. To the surprise of the director, three of the foundations accepted their proposal and awarded the agency with $10,000 for the salary of the part-time employee. The agency ended up with $30,000, which was three times as much as was needed for the salary. The granting foundations had different requirements for reporting on the use of the money. However, at least two of the foundations asked that the money be used in the manner for which it was requested.■ What are the known facts?■ What facts are missing that need to be obtained?■ Who are the potential stakeholders? (For example, agency, clients, public/community, or grantors?)■ What are the potential outcomes, both good and harm, for all stakeholders?■ Who would you seek out for input, advice, and consultation?■ What does your conscience say to you about this dilemma?■ What are the values and perspectives of those who could be affected by your decision?■ What ethical principles apply? What do they require in this situation?■ How do the ethical theories—the means or duties versus the ends or greatest good— apply to this situation? How would you link the two?What would be your decision?2. In order to take action, what political, natural, and social forces need to be considered?3. What is your civic obligation for the good of the organization and the good of the community?
Open Question: Why would a guy say...
Like my one of my male friends who use to like me said he cares about what i think.
Open Question: Solving quadratic...
Hey guys,I'm learning how to solve quadratic functions/minimum and maximum value questions algebraically and with word problems, but I'm having a really hard time with it. For example:The hypotenuse of a right triangle measures 20 cm. The sum of the lengths of the other 2 sides is 28 cm. Find the lengths of these two sides. Hint: Use the Pythagorean Theorum.I've tried creating a bunch of formulas but none of them pan out and I'm getting really frustrated. Can anybody please help?Thank you!!!!
Open Question: Who all here likes the...
The idea of the government taking your wages and redistributing them, the idea that food and gas will be so high while we send money to the United Nations to allocate it that we will all be having to use public transportation. The idea that children are not just taught in school but also given a set of "values" as deemed appropriate by the government? The idea that none of us will own guns, have a say so in how we live that we will be in a completely open border one world country with complete globalization of our assets. DO you like the idea of throwing your crayons in a bucket and then being given the crayons you will have? OR would you rather buy and maintain your own crayons? Hopefully this will make it a simple analogy.poor Denise just doesn't get it, a vote for OBAMA is a VOTE for SOCIALISM, she wants Obama to control her life with his government full of monkeys he appoints!spirite Obama voted TWICE to BAN GUNS I dont know how much clearer you need a picture painted! WE will lose the RIGHT to OWN a FIREARM. He has already said "why do people need a gun?" Unless its in a controlled setting for hunting! But you will not OWN it, hunting will be on a lease so you will lease it and then return it! YOU better look at how anti gun he is, as for teaching your kids NOPE, Obama is starting SEX ED in KINDERGARDEN as a requirement! THAT is out of the parents hands!
Resolved Question: can i buy contact...
im astigmatic. the values below are my prescription for glasses. can i order toric contact lenses online using these values? someone told me i need a value for base curve..is this essential, or will any contact lens do?right eyesphere: -3.25cylinder: -0.50axis: 105left eyesphere: -3.50cylinder: -0.75axis: 90
Open Question: this question is for...
Hey i need some help figuring out what is considered to be haraam money and what isnt....if anyone out there has information regarding this issue can you please fill me in....i know interest is considered to be haraam...but what about stolen money or money made through illegal activaties...lol not that im involved in any of that but its something ive always pondered....and also if you purchase goods using haraam money does the value of it diminish? As a muslim i like to be informed in a number of subjects regarding islam...and this is one way i can be informed and inform others...if anyone else is keen on islam please leave your email so we can further discuss...
Open Question: Calculate the pH for a...
Pleas include:a) A chemical equation showing this acid ionization equilibrium in solution the molecular acid and water will be reactants. You may use HC9H8O4 for the acid version, and C9H8O4^- as its conjugate base.b) A generic Ka expression (listing the acid formula, and ionized species formula and the actual Ka value)c) An ICE table showing your logic/calculation of the hydrogen ion concentration d)your final answer for pH.
Resolved Question: Which laptop is a...
Okay I am buying a dell laptop, but which one is a better deal, and better for a junior in high school using it primarily for school/ storing data. Inspiron 1525 - $799http://www.dell.com/content/products/productdetails.aspx/inspnnb_1525?c=us&l=en&s=dhs&cs=19Studio 15 - (listed as $1049) $899 with coupon (includes a case valued at $150)http://www.dell.com/content/products/productdetails.aspx/laptop_studio_15?c=us&l=en&s=dhs&cs=19I am a student in High school and I will use it for school work and to store my science research data
Open Question: Growth Modeled by a...
The population is 3,000Suppose instead that the town experiences growth that can be modeled by the following: P = 1500 (square root) t + Po where t is the number of years from 2010.a) Insert the value of Po into the equation above.Use equation editor or type square root of t as sqrt(t).b) Round to the nearest whole person when necessary.Yeart (t) Population (P)t=0 Po =(2010)-----------------------------t=1(2011)-----------------------------t=2(2012)-----------------------------t=3(2013)-----------------------------t=6(2016)c) Use your eqation from part a to approximate how many years it would take for the population to reach 12,000. Round the nearest whole year when necessary.
Open Question: Can you please help me...
Using L=R^2/T^4 calculate the radius of a red supergiant with temperature 3000 K (half the solar value) and total luminosity 10,000 times that of the Sun. How many planets of our solar system would this star engulf?
Open Question: Can someone help me...
a)Use the Ryberg equation to calculate the wavelength (in A°) of the photon absorbed when a hydrogen atom undergoes transition from n= 1 to n= 3.b) Give all possible ml values for orbitals that have each of the following: 1) l = 3 , 2) n = 2 , 3) n = 6 , 4) l = 1
Open Question: Count Same Values in...
What I need to do is count the "same" Value repeated trhoughout 7 columns, using a Pivot Table. I've tried to do it, but in the result the only thing I get is a value "IF" the value was in the previous column. I Don't know how to count everything without the IF
Open Question: Animated wallpaper...
I've downloaded the Deskscape app, and tried using one of the videos, 'dreams', as Microsoft call it, as my background, but it popped up an error message, 'The Desktop Window Manager is not running, DeskScape requires the Desktop Window Manager (uxsms) service to be running to function. Please visit http://dream.wincustomize.com for more information.', which is strange because I already set the DWM values to 2 and 1 for the composition and composition policy values, and I did restart the service using cmd by typing net stop and start uxsms. I also rebooted my PC twice. Any suggestions? All comments greatly appreciated, thanks in advance! :D
Open Question: How will you print the...
1 2 4 3 5 7 6 8 10 9 11 13 12 14 16 15 17 19 2118 20 22 24 2623 25 27 29 31 3328 30 32 34 36 38 4035 37 39 41 43 45 47 49.......and loop contd. till i want ...i can change the value of outer loop ...
Open Question: Value of ΔH? (Using...
Use this info to answer the question:2 X + Y2 → 2 XY ΔH = -391.4kJZ + Y2 → ZY2 ΔH = +49.8kJWhat is the value for ΔH for the reaction2 X + ZY2 → 2XY + Z?
Open Question: Is the use of "means...
--------------------The destabilization of currencies values is considered to be also one of the significant factors contributing to the increase of oil prices and influencing the stability of oil market. We suggest that means and ways should be developed together how to avoid such kind of situation in the future.
Open Question: Hello, Using ASP.NET &...
Hello, The repeater shows loads of records. At the press of a linkbutton (in each record), I want to get the id of the record which the linkbutton has been clicked on.I've spend hours trying to do this and I'm still no better off!I can do this in the frontend using <%# Eval("id")%>. How can I pass this value to the backend? There seems to be no way to do it. When they click on a record, I need to get the id of that record into the codebehind. How can I do it?Thanks, Ant...
Open Question: German economy on the...
I was surfing here in Languages, and saw a reply to a 'what lang. should i learn?' question....it said:"German.It is the most populated nation entirely in Europe (You don't want to go to Russia anyway). It is the largest economy in Europe, and the world's largest exporter (in terms of currency value).Since the fall of the Berlin Wall and the opening up of Eastern Europe, German is once again become a major trade language between the East and West.And, it is fun to speak!"So, is this true? I know it was a huge power before WWI because of its natural resources and nationalism and such. Is it on the rebound now?lol speedy_blondalez...not only do i like your name, but i know of the tokio hotel rush. i'm actually listening to them right now.but so many people are suggesting it, and from listening to TH (in german and in english) that german seems like a good language. ive got spanish already, so i think i need a european language thats actually hard, lol XD
Open Question: If I only know the...
Let's say I want to sell something that costs me [a] dollars, which when marked up by [b] percent, results in a selling price of [c] dollars, using the formula: [c] = [a] × (1 + [b]). Then to figure my profit margin of [d] dollars, I use the formula: [d] = [c] – [a]. After that, to get [e], my gross margin percentage, I use the formula: [e] = [d] ÷ [c].Now here is the difficult part:If I only know the values of [a] (wholesale cost) and [e] (gross margin percentage), then how can I calculate any of the other values (markup, selling price, gross margin amount, etc.) without using brute force trial and error?
Open Question: Anger management?
Alright, my bro, as long as I can remember has had a few anger problems, this might sound silly but when hes at his worst hes playing a video game (i.e. the game wont load, scratched disks ect.) he will go from mellow to a furious rage in just a few seconds, yelling screaming, hitting stuf and even breaking his stuff, i have made it VERY clear to him that while he is using my stuff he is to not treat it like he does his stuff, he still get pissed(cell internet wont load, cd player only works sometimes) but not to the extent that hes breaking my stuff, if he can handle his agression when hes using my things then do you think its a real anger problem? or does he just not value the things he has? I on the other hand have no anger problem whatsoever, i even havefriends who have never seen me angry and dont think its possible to make me angry lol. any input would be appriciated, thanks
Open Question: virtual earth error?
I have code that i want to use to add pushpins to all of the locations in a georss file i have. this is the code i have. i dont know why it gives any errors.Code file: http://www.uploading.com/files/7OHWINGK/try1.html.htmlhere is the Georss file: Download testing123.xml free - Uploading.comwhen i open up my code and it runs the map loads with a single pushpin in the center and a box which says ""invalid argument; input argument 'latitude' is not a valid 'float' value".what does this mean? can anyone please help?
Open Question: were can i find list...
i recently started working for myself and need alternate/upto date pc/laptop. (pc i have getting on a bit) i am after guidence and advice make sure i pick the right one.i my peference and what laptop used for, i would like 17"- do all my buiseness work on it.- graphs-reports -autocad drawings-photo editing ect. access internet. wireless (do a lot down loading off net.)watch filmsplay newest games out. have camera,copy to dvd/cd,sound/speakers.So basically its for home and my kids, also to be used to run buiseness on. it will not be carried/moved around often.i need someone in the know to say "thats the laptop you want it covers all your needs/requirements, highly rated,reliable and good value for money".with the buiseness in its early days, funds have to be spent wisely and correctly, thats why i want to get the right laptop for all my uses.thanksJay
Open Question: UPS question...???
I'm using the "calculate time and cost tool" on their website and is asking for "customs value". What is that?
Open Question: If God made us in his...
Then why do people not see the benefit of seeing oneself as part of god, therefore one with god and capable then of all that is godlike. Jesus was just a man (if he ever existed at all). The teachigs are pretty clear yet because we are all so entrenched in our own experiences, it makes for a massive variety of belief. I ws taught that God was vengeful and rathful. What a load of crap that is. There is nothing more powerful than forgivness, truth, integrity and these all religions aspire to as the benefits of their beliefs yet I am yet to see people living up to their religous beliefs in the way that their scriptures say. Most of this world is ready to fight and kill in the name of God. It makes no sense and makes what should be used as a tool of belief in self, morality, values just false and meaningless. I just struggle to understand why religion makes people so bloody crazy and then others so bloody wonderful. Is it because that is what those people themselves are????
Open Question: Matrice questions.?
I just want to be sure these are correct. If I could get a second opinion, it would be greatly appreciated. By the way, the answers in the absolute value brackets are matrices. However, there are no brackets on the keyboard large enough to use only one bracket. If it is difficult to understand, please let me know. Thanks.1)Cramer's Rule is used to solve the system of equations:3m-5n=12,4m+7n=-5 Which determinant represents the numerator for n? answer=[12 -5] [-5 7] 2)Cramer's Rule is used to solve the system of equations:3x-y+2z=17,4x+2y-3z=10,and 2x+5y-9z=-6 Which determinant represents the numerator for z? answer=[3 -1 17] [4 2 10] [2 5 -6] 3)Which matrix would NOT be used to write a matrix equation for the system of equations:5m-2n=13 and -m+n=-2? answer=[5 -2] [-1 1] 4)Which product would be used to solve the matrix equation below by using inverse matrices? [3 -4][a]=[6] [2 1] [b]= [7] answer=1/11[1 4] [6] [-2 3][7]
Open Question: Trade a Brand new car...
I still owe 22,000 and the used car is worth 8,000 my brand new car value is 18,000. How much is my new car loan?
Open Question: How many people are...
A "coin"-seller company is advertising the sale of $20, bill-sized "coins" commemorating the 7th anniversary of 9-11 and the Twin Towers. They're also called "silver leaf coin certificates" and are designated as legal tender. The sellers are telling people how you can now get these "coins" for no more than the $20 face value. The problem is that they're charging $20 US, while these "coins" are Liberian Legal Tender ... not US ... $20 Liberian is only worth approximately 31.7 cents US. The advertiser glosses-over the fact that these coins are foreign currency AND at the end of the commercial they use fine print to quickly state that they're not affiliated with the US Mint.Doesn't it just irk you how these guys are getting away with this on national TV?