What is the easiest way to memorize chemistry formulae?
Q. For anybody who did well on the AP chemistry, what is the best method to memorize formulae? And did you really need a lot of formulae and "constants" memorized for the multiple choice part where you only get the periodic table? I understand you get some formulae for the written part.
Asked by greengo - Tue Mar 11 14:10:53 2008 - - 3 Answers - 0 Comments
A. i pinned them up by my sink and read them while i brushed my teeth. that way you read them for around ten minutes each day and they soon sink in. i revise a lot of formula this way.
Answered by s_s_sport - Tue Mar 11 14:16:18 2008
Q. For anybody who did well on the AP chemistry, what is the best method to memorize formulae? And did you really need a lot of formulae and "constants" memorized for the multiple choice part where you only get the periodic table? I understand you get some formulae for the written part.
Asked by greengo - Tue Mar 11 14:10:53 2008 - - 3 Answers - 0 Comments
A. i pinned them up by my sink and read them while i brushed my teeth. that way you read them for around ten minutes each day and they soon sink in. i revise a lot of formula this way.
Answered by s_s_sport - Tue Mar 11 14:16:18 2008
In a microsoft excel worksheet, is it possible to hide the formulae only?
Q. I would want a situation where if one opens the worksheet they can see the figures, but not the formulae behind the figures. Thank you. I would want to keep the worksheet as a shared worksheet, where others may be able to work with the entry of data to the cells from where the formulae links.
Asked by onelife006 - Tue Jun 6 13:11:57 2006 - - 4 Answers - 0 Comments
A. Right click on the cell that has the formulae, Select Format Cells, Choose Protection, Tick Hide. now this does not hide the cells until the worksheet is protected so first, if there are cells where input is required: Select all the cells that require data input by using mouse and CTRL key, then follow above for Protection but just Untick Locked. Finally, choose Tools from the menu, then Protection and Protect sheet, you will be given the chance to give a password or you can leave it blank. (Before adding any other information to your spreadsheet you will have to Unprotect it first)
Answered by tendoshingan - Wed Jun 7 05:52:36 2006
Q. I would want a situation where if one opens the worksheet they can see the figures, but not the formulae behind the figures. Thank you. I would want to keep the worksheet as a shared worksheet, where others may be able to work with the entry of data to the cells from where the formulae links.
Asked by onelife006 - Tue Jun 6 13:11:57 2006 - - 4 Answers - 0 Comments
A. Right click on the cell that has the formulae, Select Format Cells, Choose Protection, Tick Hide. now this does not hide the cells until the worksheet is protected so first, if there are cells where input is required: Select all the cells that require data input by using mouse and CTRL key, then follow above for Protection but just Untick Locked. Finally, choose Tools from the menu, then Protection and Protect sheet, you will be given the chance to give a password or you can leave it blank. (Before adding any other information to your spreadsheet you will have to Unprotect it first)
Answered by tendoshingan - Wed Jun 7 05:52:36 2006
Where can we download list of molecular formulae of compounds?
Q. I am interesting in downloading molecular formulae as many compounds as possible. Pleaseee help me, it's for my school project. Please tell the website :) ThanQ.
Asked by Pramodh N - Tue Aug 19 15:12:47 2008 - - 2 Answers - 0 Comments
A. My favorite chemical database is www.chemfinder.com The only problem is you have to know the name of the chemical you want to look up... good news is, I did some searching on their site and they have a GIANT database, 450,000 unique chemicals, and they have a downloadable database you can buy a subscription to, or in your case download the free 2 week trial which should be more than enough time for your project. Link is in the sources. Enjoy.
Answered by Adam S - Tue Aug 19 16:05:34 2008
Q. I am interesting in downloading molecular formulae as many compounds as possible. Pleaseee help me, it's for my school project. Please tell the website :) ThanQ.
Asked by Pramodh N - Tue Aug 19 15:12:47 2008 - - 2 Answers - 0 Comments
A. My favorite chemical database is www.chemfinder.com The only problem is you have to know the name of the chemical you want to look up... good news is, I did some searching on their site and they have a GIANT database, 450,000 unique chemicals, and they have a downloadable database you can buy a subscription to, or in your case download the free 2 week trial which should be more than enough time for your project. Link is in the sources. Enjoy.
Answered by Adam S - Tue Aug 19 16:05:34 2008
Can we add common worksheet function with different formulae in Excel?
Q. The very frequent trouble with me is to make formulae in different cells forgetting something and add after words a common function in all formulae by editing and typing all such formulae. Is there any easy way to do this? Suppose I have (A1*b1)+c1formula in d2 and (a2*b2)+c2 formula in d2, is there any easy way such as copying etc., to add work sheet function =round() with all formulae?
Asked by dsilva_manuel - Thu Jan 24 03:00:38 2008 - - 1 Answers - 0 Comments
A. You probably meant that (A1*B1)+C1 is in D1, not D2. If you're just computing a result in the D column, the same formula will work everywhere, because cell references (A1, B1, etc.) are relative. (btw, you can make them absolute using the $, $A$1, for example). Just change the formula in D1 to be whatever you need, with round(), and copy it directly down the D column. The cell references will change to always use the row you need, as long as you don't use $. For example, if I change D1 to "=(A1*Round(B1,0))+C1", copy this cell, and paste to D2, I'll have "=(A2*Round(B2,0))+C2". Basically, change it once and copy the change down. The only reason this may not work is if you're changing the basic formula, like you multiply B and C,… [cont.]
Answered by Chris I - Thu Jan 24 09:30:44 2008
Q. The very frequent trouble with me is to make formulae in different cells forgetting something and add after words a common function in all formulae by editing and typing all such formulae. Is there any easy way to do this? Suppose I have (A1*b1)+c1formula in d2 and (a2*b2)+c2 formula in d2, is there any easy way such as copying etc., to add work sheet function =round() with all formulae?
Asked by dsilva_manuel - Thu Jan 24 03:00:38 2008 - - 1 Answers - 0 Comments
A. You probably meant that (A1*B1)+C1 is in D1, not D2. If you're just computing a result in the D column, the same formula will work everywhere, because cell references (A1, B1, etc.) are relative. (btw, you can make them absolute using the $, $A$1, for example). Just change the formula in D1 to be whatever you need, with round(), and copy it directly down the D column. The cell references will change to always use the row you need, as long as you don't use $. For example, if I change D1 to "=(A1*Round(B1,0))+C1", copy this cell, and paste to D2, I'll have "=(A2*Round(B2,0))+C2". Basically, change it once and copy the change down. The only reason this may not work is if you're changing the basic formula, like you multiply B and C,… [cont.]
Answered by Chris I - Thu Jan 24 09:30:44 2008
Send me the formulae to get the length of a degree of a longitudinal/ latitudinal arc of WGS84 ellipsoid?
Q. I want to get the length of an arc of a degree both for longitide and latitude im meters for WGS84 ellipsoid. Relevant formulae with all terms explained may be sent.
Asked by The Charmer - Mon May 7 04:07:18 2007 - - 1 Answers - 0 Comments
A. The lengths of the arc of a degree along longitude and latitude are not constant. WGS84 ellipsoid has its own way of defining the earth, based on star positions and complex calculations. It is not possible to go into the details of such calculations here. I think you can try the following site instead, which gives a detailed account of various attributes and parameters of WGS 1984. I hope this will serve your purpose.
Answered by saudipta c - Mon May 7 14:34:23 2007
Q. I want to get the length of an arc of a degree both for longitide and latitude im meters for WGS84 ellipsoid. Relevant formulae with all terms explained may be sent.
Asked by The Charmer - Mon May 7 04:07:18 2007 - - 1 Answers - 0 Comments
A. The lengths of the arc of a degree along longitude and latitude are not constant. WGS84 ellipsoid has its own way of defining the earth, based on star positions and complex calculations. It is not possible to go into the details of such calculations here. I think you can try the following site instead, which gives a detailed account of various attributes and parameters of WGS 1984. I hope this will serve your purpose.
Answered by saudipta c - Mon May 7 14:34:23 2007
Math, Can anyone help me understand the double angle formulae?
Q. I have the formulae in front of me, but I can't seem to understand them, I don't want to know them by heart without understanding them. For example solve this one for me and explain it please: Show that: sin3X/sin1X - cos3X/cos1X =2 where X is variable.
Asked by Shaft~5 - Sun Mar 9 10:08:33 2008 - - 3 Answers - 0 Comments
A. sin(3x)/sin(x)-cos(3x)/co s(x)=2 sin(3x)cos(x)-cos(3x)(sin (x)=2sin(x)cos(x)---multi pled sin(3x)cos(x)-cos(3x)sin( x)=sin(2x)---use double angle identitity sin(3x)cos(x)-cos(3x)sin( x)=sin(3x-x)---angle sum or difference sin(3x-x)=sin(2x) sin(2x)=sin(2x) True
Answered by Alex H - Sun Mar 9 10:11:06 2008
Q. I have the formulae in front of me, but I can't seem to understand them, I don't want to know them by heart without understanding them. For example solve this one for me and explain it please: Show that: sin3X/sin1X - cos3X/cos1X =2 where X is variable.
Asked by Shaft~5 - Sun Mar 9 10:08:33 2008 - - 3 Answers - 0 Comments
A. sin(3x)/sin(x)-cos(3x)/co s(x)=2 sin(3x)cos(x)-cos(3x)(sin (x)=2sin(x)cos(x)---multi pled sin(3x)cos(x)-cos(3x)sin( x)=sin(2x)---use double angle identitity sin(3x)cos(x)-cos(3x)sin( x)=sin(3x-x)---angle sum or difference sin(3x-x)=sin(2x) sin(2x)=sin(2x) True
Answered by Alex H - Sun Mar 9 10:11:06 2008
What are the formulae for maximum bending moment and deflection in a trimming joist with UDL & point load ?
Q. Hi! Does anyone know how to calculate the maximum bending moment and deflection in a simply supported beam with a UDL acting across its entire length and a point load acting at some distance other than the centre of the span? It's for the design of a timber trimming beam in a loft conversion. Any help would be much appreciated! Thanks.
Asked by cmagicroundabout - Sat Apr 12 08:01:52 2008 - - 2 Answers - 0 Comments
A. Now the problem lies in the fact that the point load is at any point. There really is no easy formula, you can use superposition but it will be difficult to get the max moment via that method. The reason for this is that the max moment from the udl is at the mid span and the max moment from the point load is at the point load. Don't recommend this method. I recommend to draw out the FBD and calculate the shear and moment diagrams, and read the max moment off of that. If your not sure how to do this use the worst case scenario udl w/ the point load mid span, it will be Conservative but still safe. How conservative depend on the location of the point load. use: wL^2/8 + PL/4 = Mmax Deflection is a different problem but similar, their… [cont.]
Answered by Marcus - Sun Apr 13 03:40:24 2008
Q. Hi! Does anyone know how to calculate the maximum bending moment and deflection in a simply supported beam with a UDL acting across its entire length and a point load acting at some distance other than the centre of the span? It's for the design of a timber trimming beam in a loft conversion. Any help would be much appreciated! Thanks.
Asked by cmagicroundabout - Sat Apr 12 08:01:52 2008 - - 2 Answers - 0 Comments
A. Now the problem lies in the fact that the point load is at any point. There really is no easy formula, you can use superposition but it will be difficult to get the max moment via that method. The reason for this is that the max moment from the udl is at the mid span and the max moment from the point load is at the point load. Don't recommend this method. I recommend to draw out the FBD and calculate the shear and moment diagrams, and read the max moment off of that. If your not sure how to do this use the worst case scenario udl w/ the point load mid span, it will be Conservative but still safe. How conservative depend on the location of the point load. use: wL^2/8 + PL/4 = Mmax Deflection is a different problem but similar, their… [cont.]
Answered by Marcus - Sun Apr 13 03:40:24 2008
Is the formulae for chlorine gas the same as chlorine water ?
Q. I know that the chemical formulae must be different for a chlorine gas and chlorine water. Im thinking a chlorine is in group 7, so if you make it into a gas or water, does its group number (valency ?) change. Can someone out there who knows please explain how you change the element of chlorine (or anything else for that matter) into a gas or waer, thanks a million
Asked by jimspike200 - Wed Oct 22 13:27:23 2008 - - 1 Answers - 0 Comments
A. I assume you mean chlorinated water Chlorine is Cl2 Chlorinated water is a mixture of chlorine, water, hypochlorous acid and hydrochloric acid. The exact formula and proportions of each depends on the ph quote from wikipedia When chlorine is added to water, it reacts to form a pH dependent equilibrium mixture of chlorine, hypochlorous acid and hydrochloric acid: Cl2 + H2O HOCl + HCl Depending on the pH, hypochlorous acid partly dissociates to hydrogen and hypochlorite ions: HClO H+ + ClO- In acidic solution, the major species are Cl2 and HOCl while in alkaline solution effectively only ClO- is present. Very small concentrations of ClO2-, ClO3-, ClO4- are also found[1].
Answered by im back - Sun Oct 26 11:35:41 2008
Q. I know that the chemical formulae must be different for a chlorine gas and chlorine water. Im thinking a chlorine is in group 7, so if you make it into a gas or water, does its group number (valency ?) change. Can someone out there who knows please explain how you change the element of chlorine (or anything else for that matter) into a gas or waer, thanks a million
Asked by jimspike200 - Wed Oct 22 13:27:23 2008 - - 1 Answers - 0 Comments
A. I assume you mean chlorinated water Chlorine is Cl2 Chlorinated water is a mixture of chlorine, water, hypochlorous acid and hydrochloric acid. The exact formula and proportions of each depends on the ph quote from wikipedia When chlorine is added to water, it reacts to form a pH dependent equilibrium mixture of chlorine, hypochlorous acid and hydrochloric acid: Cl2 + H2O HOCl + HCl Depending on the pH, hypochlorous acid partly dissociates to hydrogen and hypochlorite ions: HClO H+ + ClO- In acidic solution, the major species are Cl2 and HOCl while in alkaline solution effectively only ClO- is present. Very small concentrations of ClO2-, ClO3-, ClO4- are also found[1].
Answered by im back - Sun Oct 26 11:35:41 2008
What formulae appear on the mechanics m1 formulae sheet?
Q. I am sitting the edexcel mechanics m1 paper tomorrow and need to know what formulae I will be given Thanks in advance
Asked by finhamcallum - Wed Jun 6 11:28:34 2007 - - 1 Answers - 0 Comments
A. I ve recognized you lil lazy rascal. You ll be given the crankiest formulas, be sure!
Answered by ( )kaksi_guy - Wed Jun 6 12:09:18 2007
Q. I am sitting the edexcel mechanics m1 paper tomorrow and need to know what formulae I will be given Thanks in advance
Asked by finhamcallum - Wed Jun 6 11:28:34 2007 - - 1 Answers - 0 Comments
A. I ve recognized you lil lazy rascal. You ll be given the crankiest formulas, be sure!
Answered by ( )kaksi_guy - Wed Jun 6 12:09:18 2007
What is the formulae/algorithm for connecting state vectors to the longitude and latitude on earth?
Q. I am trying to set up a small program in which i can setup quafrants on earth. Based on the user's location it checks when a satellite passes over that grid. I have got all the calculations for the state vectors, but am having a problem in trying to get the longitude and latitude from those state vectors.
Asked by nbananda - Wed Apr 19 15:36:46 2006 - - 1 Answers - 0 Comments
A. go to "Google Earth" and download the free program. It shows satellite images of the earth with tons of info including latitude and longitude of any position on earth Good Luck
Answered by kidd411ca - Wed Apr 19 16:52:15 2006
Q. I am trying to set up a small program in which i can setup quafrants on earth. Based on the user's location it checks when a satellite passes over that grid. I have got all the calculations for the state vectors, but am having a problem in trying to get the longitude and latitude from those state vectors.
Asked by nbananda - Wed Apr 19 15:36:46 2006 - - 1 Answers - 0 Comments
A. go to "Google Earth" and download the free program. It shows satellite images of the earth with tons of info including latitude and longitude of any position on earth Good Luck
Answered by kidd411ca - Wed Apr 19 16:52:15 2006
Why do the roman numerals mean in the name of chemical formulae?
Q. I have a few questions: Is this numbering limited only to the transition metals? As if it is something like Tungsten (VI) Fluoride it refers to Tungsten. Does VI mean the charge? Can an element have a 6+ charge? Basically, do the roman numerals mean the charge? All metals are with a + charge right? Appreciate your help. Very, very much.
Asked by Sirakyn - Mon Mar 24 09:34:24 2008 - - 2 Answers - 0 Comments
A. yes they do mean the charge e.g. Iron (II) Oxide = Fe 2+ O 2- Iron (III) Phosphate = Fe 3+ PO4 3- Copper (II) Sulphate = Cu 2+ SO4 2- Technically they are only linked to transition metals, because transition metals can have different valencies/charges. Metals only lose electrons so they are always with a positive/+ charge. some elements can have a 6+ charge but i havent seen one before, but some transition metals might be able to. e.g. your example Tungsten (VI) flouride is WFe6 is W 6+
Answered by .:: h k v ::. - Mon Mar 24 09:41:03 2008
Q. I have a few questions: Is this numbering limited only to the transition metals? As if it is something like Tungsten (VI) Fluoride it refers to Tungsten. Does VI mean the charge? Can an element have a 6+ charge? Basically, do the roman numerals mean the charge? All metals are with a + charge right? Appreciate your help. Very, very much.
Asked by Sirakyn - Mon Mar 24 09:34:24 2008 - - 2 Answers - 0 Comments
A. yes they do mean the charge e.g. Iron (II) Oxide = Fe 2+ O 2- Iron (III) Phosphate = Fe 3+ PO4 3- Copper (II) Sulphate = Cu 2+ SO4 2- Technically they are only linked to transition metals, because transition metals can have different valencies/charges. Metals only lose electrons so they are always with a positive/+ charge. some elements can have a 6+ charge but i havent seen one before, but some transition metals might be able to. e.g. your example Tungsten (VI) flouride is WFe6 is W 6+
Answered by .:: h k v ::. - Mon Mar 24 09:41:03 2008
How to change these ionic compounds into formulae?
Q. Please change each of the ionic compound into formulae. 1. Sodium Oxide 2. Potassium Sulphide 3. Calcium Chloride 4. Magnesium Nitride 5. Iron (II) Bromide 6. Iron (III) Fluoride: 7. Manganese (IV) Oxide: 8. Silver Oxide 9. Magnesium Nitrate 10. Calcium Sulphate 11. Sodium Nitride 12. Aluminium Sulphate
Asked by bachfan - Sat Oct 3 00:47:35 2009 - - 3 Answers - 0 Comments
A. You use a periodic table groups which give you the valancy's. Valacnies are the number of electrons in the outermost shell the number of valancy electrons determine the number they need to lose or gain to make a full shell note that - means it needs to gain and + means to lose electrons to make a full outer shell e.g group 1 such as lithium has a valancy of +1 group 2 such as Beryllium a valancy of +2 group 3 such as Boron +3 group 4 such as Carbon 4 Group 5 such as Nitrogen 3- Group 6 such as Oxygen 2- Group 7 such as Fluroine 1- Group 8 have no valancies Step 1: Using a periodic table you simply get the symbols for the atom for example no 1, Sodium symbol is Na and Oxygens symbol is O Step 2: You identify the valancy of the symbol… [cont.]
Answered by ...X - Sat Oct 3 01:39:06 2009
Q. Please change each of the ionic compound into formulae. 1. Sodium Oxide 2. Potassium Sulphide 3. Calcium Chloride 4. Magnesium Nitride 5. Iron (II) Bromide 6. Iron (III) Fluoride: 7. Manganese (IV) Oxide: 8. Silver Oxide 9. Magnesium Nitrate 10. Calcium Sulphate 11. Sodium Nitride 12. Aluminium Sulphate
Asked by bachfan - Sat Oct 3 00:47:35 2009 - - 3 Answers - 0 Comments
A. You use a periodic table groups which give you the valancy's. Valacnies are the number of electrons in the outermost shell the number of valancy electrons determine the number they need to lose or gain to make a full shell note that - means it needs to gain and + means to lose electrons to make a full outer shell e.g group 1 such as lithium has a valancy of +1 group 2 such as Beryllium a valancy of +2 group 3 such as Boron +3 group 4 such as Carbon 4 Group 5 such as Nitrogen 3- Group 6 such as Oxygen 2- Group 7 such as Fluroine 1- Group 8 have no valancies Step 1: Using a periodic table you simply get the symbols for the atom for example no 1, Sodium symbol is Na and Oxygens symbol is O Step 2: You identify the valancy of the symbol… [cont.]
Answered by ...X - Sat Oct 3 01:39:06 2009
what is the formulae for when you put sodium in a bunsen burner it turns yellow?
Q. also on why when you put calcium in a bunsen it turns brick red?, why when you put put potassium in a flame is turns pink/lilac?
Asked by Jaay B - Sun Mar 2 08:30:17 2008 - - 1 Answers - 0 Comments
A. Heyy u crazy or something...arehh...the color change is due to the specific energy present in the atoms of the respective elements...when they are heated,they absorb energy and there is a jumping of electrons from one orbital,orbit to another.The is just the energy that is evolved.Its specific due to the wavelength of the electromagnetic waves in the form of heat and light.
Answered by prakash - Sun Mar 2 08:34:57 2008
Q. also on why when you put calcium in a bunsen it turns brick red?, why when you put put potassium in a flame is turns pink/lilac?
Asked by Jaay B - Sun Mar 2 08:30:17 2008 - - 1 Answers - 0 Comments
A. Heyy u crazy or something...arehh...the color change is due to the specific energy present in the atoms of the respective elements...when they are heated,they absorb energy and there is a jumping of electrons from one orbital,orbit to another.The is just the energy that is evolved.Its specific due to the wavelength of the electromagnetic waves in the form of heat and light.
Answered by prakash - Sun Mar 2 08:34:57 2008
What would be the best revision technique to use to revise chemistry formulae?
Q. What would be the best revision technique to use to revise chemistry formulae?
Asked by NADZ - Thu Nov 8 03:16:26 2007 - - 1 Answers - 0 Comments
A. just note and revise thats all keep writin it over and over again! easy really
Answered by RuNa - Thu Nov 8 06:17:36 2007
Q. What would be the best revision technique to use to revise chemistry formulae?
Asked by NADZ - Thu Nov 8 03:16:26 2007 - - 1 Answers - 0 Comments
A. just note and revise thats all keep writin it over and over again! easy really
Answered by RuNa - Thu Nov 8 06:17:36 2007
How do you determine the chemical formulae of a simple ionic bond?
Q. Like explain how C02 or NaCI works and how I can do it with other elements. Thanks
Asked by Eragon - Wed Apr 1 23:49:07 2009 - - 1 Answers - 0 Comments
Q. Like explain how C02 or NaCI works and how I can do it with other elements. Thanks
Asked by Eragon - Wed Apr 1 23:49:07 2009 - - 1 Answers - 0 Comments
How do you ge formulae in Microsoft word? (Or a link to a file where I can copy and paste them into word)?
Q. I have to do an assignment and need to enter the following formulae into Micrsoft Word... Mean, Variation, and Standar Deviation.
Asked by beanok77 - Mon Aug 27 17:12:33 2007 - - 3 Answers - 0 Comments
A. Microsoft Formula Editor is quite well hidden away in Word, but it is there in most cases. Click Insert > Object > Microsoft Equation 3.0 (on 'Create New' tab) > OK.
Answered by sitd4 - Mon Aug 27 17:27:00 2007
Q. I have to do an assignment and need to enter the following formulae into Micrsoft Word... Mean, Variation, and Standar Deviation.
Asked by beanok77 - Mon Aug 27 17:12:33 2007 - - 3 Answers - 0 Comments
A. Microsoft Formula Editor is quite well hidden away in Word, but it is there in most cases. Click Insert > Object > Microsoft Equation 3.0 (on 'Create New' tab) > OK.
Answered by sitd4 - Mon Aug 27 17:27:00 2007
What is the formulae of specific heat capacity?
Q. write them in words please, like change of temperature etc. so that i can understand better.
Asked by oohay - Sat Dec 15 03:32:55 2007 - - 2 Answers - 0 Comments
A. specific heat capacity is the ratio of the heat absorbed or lost by the body(q)to the product of the mass and temperature change of that body ie q=mc(t2-t1)where c is the specific heat capacity and m the mass of the body.objects made of the same material have heat capacities proportional to their masses(example:marbles).
Answered by Balan - Sat Dec 15 03:49:11 2007
Q. write them in words please, like change of temperature etc. so that i can understand better.
Asked by oohay - Sat Dec 15 03:32:55 2007 - - 2 Answers - 0 Comments
A. specific heat capacity is the ratio of the heat absorbed or lost by the body(q)to the product of the mass and temperature change of that body ie q=mc(t2-t1)where c is the specific heat capacity and m the mass of the body.objects made of the same material have heat capacities proportional to their masses(example:marbles).
Answered by Balan - Sat Dec 15 03:49:11 2007
What are the emprical formulae of the following substances?
Q. a) P4O6 b) A12C12 c) S8 d) f P4 AS Chemistry, thanks.
Asked by Ron - Fri Sep 28 10:50:57 2007 - - 1 Answers - 0 Comments
A. P2O3, AC, S, P (or FP4?) Simply keep the rations and reduce the numbers as much as possible without involving fractions.
Answered by coco - Sun Sep 30 17:35:19 2007
Q. a) P4O6 b) A12C12 c) S8 d) f P4 AS Chemistry, thanks.
Asked by Ron - Fri Sep 28 10:50:57 2007 - - 1 Answers - 0 Comments
A. P2O3, AC, S, P (or FP4?) Simply keep the rations and reduce the numbers as much as possible without involving fractions.
Answered by coco - Sun Sep 30 17:35:19 2007
What are the formulae to become rich ?
Q. Hi all, Sometime i wonder how come people can become so rich, yet have so many free time to spend. How do they make it in life ? What is the aspiration behind or wat kind of attitude and character they have to make so much money. Expert, pls share yr opinion, Thanks.
Asked by James Lim L - Mon Dec 31 00:58:30 2007 - - 5 Answers - 0 Comments
A. Live below your means. By that I mean try to spend a great deal less than you earn. Keep your expenses low that are repeating expenses like rent or car payments. Invest the money you aren't spending. Keep some for emergencies. If you do nothing before you are 30 except stay out of debt you will be ahead of most people. If you also are saving 20% of your salary for a home, to start a family, retirement and other major life goals not just vacations and cars you will be living the good life. The ways many people waste money that you can easily avoid are overpriced cars and paying out high interest. Get a car if you need a car, if you don't need a car to get to work use public transportation. If you get a car get one you can pay for so you… [cont.]
Answered by shipwreck - Mon Dec 31 01:00:50 2007
Q. Hi all, Sometime i wonder how come people can become so rich, yet have so many free time to spend. How do they make it in life ? What is the aspiration behind or wat kind of attitude and character they have to make so much money. Expert, pls share yr opinion, Thanks.
Asked by James Lim L - Mon Dec 31 00:58:30 2007 - - 5 Answers - 0 Comments
A. Live below your means. By that I mean try to spend a great deal less than you earn. Keep your expenses low that are repeating expenses like rent or car payments. Invest the money you aren't spending. Keep some for emergencies. If you do nothing before you are 30 except stay out of debt you will be ahead of most people. If you also are saving 20% of your salary for a home, to start a family, retirement and other major life goals not just vacations and cars you will be living the good life. The ways many people waste money that you can easily avoid are overpriced cars and paying out high interest. Get a car if you need a car, if you don't need a car to get to work use public transportation. If you get a car get one you can pay for so you… [cont.]
Answered by shipwreck - Mon Dec 31 01:00:50 2007
Wall Mart I beleive is the biggest retail store in the world. What is the formulae of their success? Is it beh
Q. Is it behind Marketing(Poduct Placing, Pricing) or maybe its in the way they treat their customers. Is it in quality of their products like Woolworths?
Asked by b_sibeko - Fri Apr 21 09:03:42 2006 - - 6 Answers - 0 Comments
A. wow, dude! what happened to your keyboard??? Did some of the letters fall off? Your spelling is awful! Read Sam Walton's biography. It explains a lot of his strategies for success.
Answered by isabow27 - Fri Apr 21 09:04:56 2006
Q. Is it behind Marketing(Poduct Placing, Pricing) or maybe its in the way they treat their customers. Is it in quality of their products like Woolworths?
Asked by b_sibeko - Fri Apr 21 09:03:42 2006 - - 6 Answers - 0 Comments
A. wow, dude! what happened to your keyboard??? Did some of the letters fall off? Your spelling is awful! Read Sam Walton's biography. It explains a lot of his strategies for success.
Answered by isabow27 - Fri Apr 21 09:04:56 2006
From Yahoo Answer Search: 'formulae'
Thu Oct 15 00:39:25 2009 [ refresh local cache ]
[Hide]▼
A Study of the Categorical Imperative
Metapsychology
... as Kant himself puts it, "the three ways of representing the principle of morality are at bottom only so many formulae of the very same law" (G 4:436)). ...
Metapsychology
... as Kant himself puts it, "the three ways of representing the principle of morality are at bottom only so many formulae of the very same law" (G 4:436)). ...
{\mathbf v}= \left(\begin{array}{c
unknown
Mon, 28 Sep 2009 05:28:54 GM
{\mathbf v}= \left(\begin{array}{c.
unknown
Mon, 28 Sep 2009 05:28:54 GM
{\mathbf v}= \left(\begin{array}{c.
[Hide]▲


