Tutorials Posted by rainman

rainman from NCU
rainman
rainman
Rating (40): A+
Questions Asked: 2
Tutorials Posted: 174, earned $906.64

rainman's Posted Tutorials
Bounty Category Question Tutorial Date Posted
$3.00 Computer-Science C++help3 C++ Recursive Multiplication Tutorial. Does everything asked. Compiled, Tested, Works!
... 1);<br> else<br> return 0;<br>}<br><br>int main()<br>{<br> //The below is for testing as asked in the instructions<br> cout << &q......
Jun. 09, 2009 at 07:19:18AM
$15.00 Computer-Science Hourly Employee Calculator using "C" programming C Program Tutorial And Code For Hourly Employee Calculator. Compiled, Tested, Works!
... Y)<br> //keep looping to get all of the data<br> while (toupper(another) == 'Y')<br> {<br> //We only need the hours worked and the pay rate to calculate<br&......
May. 21, 2009 at 02:27:17AM
$25.00 Computer-Science C++ assignment Fully Commented C++ Code For Array Tutorial, Compiles and Works.
...n array of doubles, and an<br>//integer called fill by reference. The file for the input stream is opened in main<br>//and passed to the function. The array, data, is used to store all of......
Mar. 28, 2009 at 11:16:42AM
$18.00 Computer-Science Class Implementation Help C++ Class Implementation Tutorial. Source Included. Does Everything Asked (And Probably More). Compiled Tested Commented
...t;Preventive Maintenance Schedule For " << number << " " << name << endl;<br><br> cout << "From ";<br> starting.displayDa......
Mar 18, 2009 at 9:11:10PM
$10.00 Computer-Science java program Java Program To Display Asterisks. Does Everything Asked. Compiles & Works
...(int i = 1; i < lines + 1; i++)<br> {<br> //display the number of asterisks that i is equal to<br> for (int j = 0; j < i; j++)<br> ......
Mar 16, 2009 at 4:26:04PM
$7.00 Computer-Science Simple Class C++ Simple C++ Date Class Tutorial, Source Included. Everything Asked, Commented Compiled Tested Works
... void addDays(int days);<br><br> void displayDate();<br>};<br><br>Date::Date(int m, int d, int y)<br>{<br> setMonth(m);<br> setDay(d)......
Mar 16, 2009 at 1:10:37PM
$10.00 Computer-Science CPS 150 , C++ problem C++ ARI Tutorial. Compiled, Tested, Commented Works.
... sentences++;<br> else if ((buffer[i] == ',') || (buffer[i] == ';') || (buffer[i] == ':'))<br> {<br> ;<br> //it says......
Mar 11, 2009 at 6:42:20PM
$15.00 Computer-Science question just for rainman Zipfile Only For Chaviraemilia
...has alre...
Mar 08, 2009 at 6:06:29PM
$10.00 Engineering C Programming Assignment For Loops Fo Tutorials & C Program Source Code For Problems. Does Everything Asked. Compiled, Tested, Commented, Works!
...ttern1(int height)<br>{<br> int i, j;<br><br> printf("\\\\nPATTERN 1: \\\\n\\\\n");<br><br> //for loop for height<br> for (i = 0; i < height; i++......
Mar 08, 2009 at 07:02:51PM
$10.00 Education Array problem Java Voting Program Tutorial. Uses Dialog Boxes For Input, Console For Output. Outputs Into Columns. Lots Of Comments.
...s[])<br> {<br> //Create 2 arrays to hold the candidates names and their vote counts<br> String[] name = new String[5];<br> int[] vote = new int[5];<b......
Mar 05, 2009 at 02:38:07PM
$6.00 Computer-Science C++ random numbers, inline function C++ Multiplication Program. Does Everything Asked + Bonus Points. Compiled Tested Commented Works
...What is " << first << " times " << second << "? ";<br> cin >> answer;<br><br> //if -1 is inputted break out of......
Mar 04, 2009 at 9:52:34PM
$12.00 Computer-Science Array of Class Modified Modified C++ Molecular Weight Program. Sorts The List And Uses Binary Search With cmpstr. Compiled Tested Commented
...k the remaining lower half<br> if(strcmp(key.c_str(), table[center].getSymbol().c_str()) < 0)<br> return binarySearch(table, low, center, key);<br><br> //else......
Mar 04, 2009 at 12:31:54PM
$5.00 Engineering write a program to produce alphabeticall C Program To Alphabetically Sort User Inputed Words. Does Everything Asked
...n()<br>{<br> //Declare an array of 10 char*<br> char *str_array[10];<br><br> //temporary buffer to hold the c string<br> char buffer[128];<br><br......
Mar 03, 2009 at 2:16:41PM
$5.00 Engineering Using pointers in C C Program To Get 6 Strings From User And Print Them In Reverse Order. Compiled, Commented, Tested, Works
...har *str_array[6];<br><br> char buffer[128]; //buffer to hold the input<br><br> //loop 6 times for 6 words<br> int i;<br> for (i = 0; i < 6; i++)<......
Mar 02, 2009 at 5:25:44PM
$10.00 Computer-Science Write a C++ program which will calculat C++ Debt Program. Compiled Tested Works. Outputs Like Example But With Correct Column Sizes. Does Everything Asked!
...cision(2);<br> cout.setf(ios::fixed);<br><br> double balance = 0.0;<br> double apr = 0.0;<br> double monthlyPayment = 0.0;<br><br> double......
Mar 02, 2009 at 2:05:16PM
$30.00 Computer-Science Graphs in C++ C++ Graph Tutorial, Menu Driven, Does Everything Asked, Compiled (With DevCpp & MS VS C++), Tested, Commented.
...ut << "1. Add an applicant and enter which job they qualify for." << endl;<br> cout << "2. Add a new job position." << endl;<br> ......
Mar 02, 2009 at 11:22:51PM
$5.00 Computer-Science Display asterisks Java Program To Display Asterisks. Does Everything Asked. Commented To Teach How It Works. Compiles & Works
... it again<br> while ((number[i] < 1) || (number[i] > 30))<br> {<br> System.out.println("That wasn't between 1 and 30, try again."......
Mar 01, 2009 at 10:44:32PM
$25.00 Computer-Science C++ Graph Program C++ Graph Tutorial, Menu Driven, Does Everything Asked, Compiled, Tested, Commented.
...<br>using namespace std;<br><br>//Holds the name of a person or position<br>class Vertex<br>{<br> public:<br> Vertex(string n);<br> ......
Feb 27, 2009 at 5:31:19PM
$15.00 Computer-Science just for rainman Passworded Zip File for Asker
...d is i...
Feb 27, 2009 at 4:56:26PM
$30.00 Computer-Science Binary Search Tree in C++ C++ Binary Search Tree For UserInfo Validation. Lots of Comments. Compiles, Tested, Works
...i);<br>}<br><br>void BinaryTree::insert(Node*& n, UserInfo i)<br>{<br> //Inserts the user info based on its value discussed in the UserInfo class.<br> //If......
Feb 26, 2009 at 5:58:04PM
$10.00 Computer-Science Please Help me with HTML code...Please............. JavaScript and HTML Code To Calculate And Display Pay and Deductions. Does Everything Asked, Rename To .HTML
... var tax = gross * taxRate;<br> return tax;<br> }<br> <br> function calcNet(gross, tax)<br> {<br> var net = gross - tax;<br> ......
Feb 25, 2009 at 7:07:14PM
$15.00 Computer-Science The programThis week you are going to Java Card Game. All 3 Files And Classes As Specified. Compiles, Commented For Your Learning Benefit, Works.
...d object at in the array<br> //s * 13 because there are 13 cards per suit<br> //+ r for rank offset<br> deck[s * 13 + r] = new Card(ranks......
Feb 25, 2009 at 12:31:02PM
$15.00 Computer-Science Java Card Game Java Card Game. Filled In Code + Driver Class For Testing. Compiles, Commented For Your Learning Benefit, Works.
...blic String suit() { return suit; }<br> <br> //return the card's info as a string<br> public String toString() { return rank + " OF " + suit; }<br&g......
Feb 25, 2009 at 11:17:17PM
$12.00 Computer-Science Programming Help with C++ C++ Bank Account Inheritance program. Lots Of Attributes. Lots Of Comments. Compiles With MS Visual Studio C++ 2008.
... matter which class<br> //or object it is used in.<br> static const double interestRate; <br><br>};<br><br>const double BankAccount::interestRate = 0.01; //set the......
Feb 24, 2009 at 1:13:15PM
$25.00 Computer-Science C++ Array of Classes help C++, Molecular Weight Program. Does Everything Asked. Compiled, Tested, Works. Lots Of Detailed Comments.
.../* linear search goes through each and every element and checks to<br> see if we have the symbol that we are looking for, if we do then<br> we return its molecular weight. If we......
Feb 24, 2009 at 08:19:55PM
$10.00 Mathematics C++ Programming Exercise Help C++ Dog Class With Static Member License Fee, Code Compiles in VS C++ 2008, Is Commented
...e <iomanip><br>#include <string><br><br>using namespace std;<br><br>class Dog<br>{<br> public:<br> void get(); //Get user input......
Feb 22, 2009 at 5:21:19PM
$25.00 Computer-Science Java Programming Project The Tested & Working Code Plus A Lot Of Detailed Comments Explaining it.
..., "Training");<br> worker[1] = new Employee("Tyrone", "Dobbs", 23000, "Training");<br> worker[2] = new Employee("Gail", &quo......
Feb 18, 2009 at 2:37:15PM
$7.00 Computer-Science Help with pointers and functions C++ C++ Pointer Exercises, Uses Pointers For Everything! Compiled, Tested, Does Everything Required. Detailed Explanation!
...;<br><br> cout << endl;<br><br> cout << "Lets add 1 to every member of the array." << endl;<br><br> table_add1(array, 10);<b......
Feb 17, 2009 at 11:21:27PM
$20.00 Engineering Happy Hacker 3 Happy Hacker. Displays An Invoice As Described, Commented, Compiled, Tested.
...<br><br>//we don't need to pass customer by reference because the rebate<br>//isn't really applied to the amount he owes, it is given back<br>//at the end.<br>double......
Feb 17, 2009 at 03:05:04PM
$10.00 Computer-Science methods in java Java Methods. Detailed Comments. Compiled and Works.
...score and return it. <br> return validScore(score);<br> <br> }<br> <br> public static int chunk30(double chunk)<br> {<br> ......
Feb. 15, 2009 at 12:03:16AM
$12.00 Computer-Science Binary search code C++ Program To Generate N-Node Binary Search Tree. Compiled, Tested, Works. Detailed Comments
...><br> int value;<br><br> Node* left;<br> Node* right;<br>};<br><br>Node::Node(int i)<br>{<br> value = i;<br> ......
Feb 10, 2009 at 6:14:49PM
$8.00 Computer-Science Recursion Recusive isMember Java Demonstration. Uses Function As Described. Compiled, Tested, Works. Detailed Comments
... return false;<br> <br> //We found the value<br> if (value == array[size])<br> return true;<br> <br> //Recursi......
Feb 08, 2009 at 07:49:12PM
$12.00 Computer-Science Java Help Java Day Program. Performs Assigned Operations. Commented, Tested, Compiles, Works Like It Should
...(str == DayAbbrv[i]))<br> {<br> currentDay = i;<br> break;<br> }<br> }<br> }&l......
Jan 31, 2009 at 5:52:53PM
$15.00 Computer-Science Assistance in C++ with classes, strCount and String strCount and String classes; Commented, Compiled, Tested.
...* s);<br>~strCount();<br><br>private:<br>int count;<br>char* str;<br>friend class String; //Allow String private member access<br>};<br><br>strCou......
Jan 29, 2009 at 7:28:27PM
$15.00 Computer-Science Assistance in C++ with classes, strCount and String strCount and String classes, Commented, Compiled, Tested. Works As Asked
... String();<br> String(char* s);<br> String(String& S);<br> ~String();<br><br> void display();<br> void operator=(String& S);......
Jan 26, 2009 at 01:51:26PM
$10.00 Computer-Science Assistance in C++ with a Linked List. C++ Linked List, Commented, Compiled, Tested. Does Everything Asked
...t<br> while (temp)<br> {<br> if (count == loc)<br> return temp->data;<br><br> count++;<br> temp = temp->next;<b......
Jan 25, 2009 at 11:12:55PM
$20.00 Computer-Science C++ 2D array program help. C++ 2D Array Police Call Program, Commented, Compiled, & Tested, Produces Exact Same Output As Example
...s of avenues<br><br> //Open names.txt to read the street names and store them<br> ifstream nameInput("names.txt", ios::in);<br><br> for (int i = 0; i &......
Jan 25, 2009 at 10:38:51PM
$10.00 Computer-Science Trouble with Java Java Exercises, Compiled, Tested and Documented. As Asked.
...The source fi...
Jan 23, 2009 at 10:39:24PM
$6.50 Engineering C++ programming C++ Resistor and Distance Programs, Commented & Tested,
...to follow. If you need anyth...
Jan 16, 2009 at 12:59:30PM
$2.50 Computer-Science Create Function Template Absolute Value Function Using Templates. Tested with int, float, and double.
...plate <class Type> Type absolute(Type value)<br>{<br> if (value >= 0)<br> ...
Dec 23, 2008 at 02:27:48PM
$6.00 Computer-Science Design a fraction Class Fraction Class, Restricts Denominator of 0. Compiled and Tested
...ltiply it with another Fraction object. It asks the user to input 2 fr...
Dec 22, 2008 at 07:27:44PM
$15.00 Computer-Science Bubble sort using 2 data fields Compiled and Tested Java Code. Documented And Tested To Work Like Example
...xactly like the example. I have tested it and it displays...
Dec 10, 2008 at 12:33:23PM
$7.00 Computer-Science cards2345 Java Program: Compiled and Tested. Card and Deck Classes As Specified InText Document
...st of it is self explanatory.<br><br>...
Dec. 03, 2008 at 12:38:43AM
$20.00 Computer-Science Intro Computer Science Project using python! II *Stuck at one part* Python Pattern Game Without Flow Chart
...ed. If you have any tro...
Nov 25, 2008 at 12:10:30PM
$30.00 Computer-Science Intro Computer Science Project using python! II *Stuck at one part* Python Game And Flow Chart. Works Like Example
...d work fine. Just rename the .txt extension to .py an...
Nov 24, 2008 at 5:17:54PM
$10.00 Computer-Science Please help with N-node random binary search tree C++ Example to Generate a Binary Search Tree, Compiled and Tested
...s are in order then the running time is O(n) because all of the keys will always be inserted to the right if...
Nov 24, 2008 at 3:17:25PM
$5.00 Computer-Science Payroll Program Part 3 Pay Roll Part 3. Well Tested and Documented
...tional help with this...
Nov 21, 2008 at 11:02:23PM
$10.00 Computer-Science java program help Java Program: class Employee Inheritance code
...gram includes an Employee class and the derived Manager and Ho...
Nov 19, 2008 at 08:02:09PM
$10.00 Computer-Science Java help please Java Program To Search Directory And Filtered Files In Subdirectory
... It will then display the files and folders. If it finds a folder it will also display all of the .txt files in those folders (this can be changed in the program re...
Nov 17, 2008 at 09:47:23PM
$20.00 Computer-Science Java Help! Java Program To Convert Currencies As Specified.
...ould work as specified. It is easy to modify to get it how you want it i...
Nov 17, 2008 at 08:07:30PM
$15.00 Computer-Science binary tree method Binary Tree Java Code, Depth Function
.../If the node doesn\'t exist it doesn\'t count<br>if (node == null)<br>return(0);<br><br>//Get the depth of the left and right nodes<br>int lDepth = depth(node.left);<b......
Nov 17, 2008 at 03:57:33PM
$15.00 Computer-Science Java binary tree which determines levels code Binary Tree Java Code, Depth Function with Explanation
... access to the tree's root.<br> <br>public int depth() <br>{<br> return(depth(root));<br>}<br><br><br>This function determines how many nodes are......
Nov 17, 2008 at 03:48:52PM
$40.00 Computer-Science C++ Program 4 Part Assignment Mortgage Payment Calculations and Display C++ Part 1,2,3, & 4
... 2: Asks you to name a file that has input parameters and then calculates monthly information about the payments. here is an example of a text file it reads from. <br><br>-------example......
Nov 15, 2008 at 6:09:02PM
$2.50 Chemistry thermochemical equation Very Detailed Steps and Solution
...n is attached as a ...
Nov 13, 2008 at 10:22:30PM
$1.50 Chemistry Unknown Gas Answer and Explanation
...ey are smaller than an O2 molecule.<br><br>a)Cl2 is about the same size as an O2 molecule.<br><br>d...
Nov 11, 2008 at 10:03:36PM
$1.00 Mathematics Algebra help!!! Can't think straight. Answer and steps to get it
...e both sides by 2(l + w)<br><br>A / (2(l + w)) = h (2(l +...
Nov 11, 2008 at 8:11:03PM
$0.50 Chemistry how many milliliters of 0.132 M HClO4 s Solution And Steps To Get It
...ants are 1:1. 1 molecule of HClO4 neutralizes all of the OH in NaOH.<br><br>The formula for titrat...
Nov 09, 2008 at 9:04:59PM
$1.00 Mathematics calculus help Solution And Steps To Get It
... we have to calculate the function with the value plugged in at the upper limit minus the value at the lower li...
Nov. 09, 2008 at 12:24:35AM
$1.50 Chemistry Calculate the number of oxygen atoms in Solution and Steps to get it
...)3 <br><br>Then we figure out the total mols of oxygen there are in 45g of Co2(SO4)3 <br><br>4...
Nov 08, 2008 at 8:43:52PM
$0.25 Mathematics Simplify Solution and Steps A+
...(-38)] =<br>-9*...
Nov 08, 2008 at 8:32:33PM
$2.00 Mathematics Help Urgently. Answers and Explantions To Why Results Occur
...ause it is present in both the numerator and denominator. This is what the question proposed.<br><br>2.<br><br>This is similar to question 1. We have to get top and bottom......
Nov 08, 2008 at 8:30:19PM
$1.00 Mathematics calculus help pleaseeeee A+ Correct Solution and Steps to get it
... the curve and then then subtract one from the other to find out the area between them.<br><br>AreaF = integral(s...
Nov 08, 2008 at 8:12:45PM
$3.00 Mathematics calculus help A+ Correct Solution and steps to get it
...each functions area under the curve and then then subtract one from the other to find out the...
Nov 08, 2008 at 8:04:03PM
$1.00 Chemistry Please help me figure out how to write a Correct Solution
...e determine the formulas by their charges. Since Co is +2 and NO3 is -1 we need 2 NO3s.<br><br>Since Na is +1 and PO4 is -3 we need ...
Nov 07, 2008 at 4:42:09PM
$4.99 Physics Physics Guaranteed A+ Solution, Answers Checked and Right
...ese may also help you study. The rest of the answers were not hard and easily found by reading.<br><br>The answers are attached int he word docu...
Nov 07, 2008 at 3:30:13PM
$15.00 Computer-Science Binary Search Tree C++ Binary Search Tree Using Reminders. Compiled, Tested, Works as Specified.
... Node* left;<br> Node* right;<br>};<br><br>Node::Node(Reminder r)<br>{<br><br> reminder = r;<br><br> left = NULL;<br> ......
Nov 02, 2008 at 10:46:58PM
$30.00 Computer-Science C++ / Recursion, etc Help Answers to the Questions with plenty of well tested code to back them up!
...r>L<br>L<br>M<br>N<br>M<br>L<br>M<br>N<br>N<br>N<br>O<br>P<br><br>4)<br><br>unsigned int digits(unsigned......
Nov 02, 2008 at 9:39:20PM
$2.50 Computer-Science C++ Switch Statement Compiled and Tested Solution. Loop and switch as asked!
...ch(productNumber)<br> {<br> case 1:<br> total += quantity * 2.98;<br> break;<br><br> ......
Nov 02, 2008 at 10:04:54PM
$1.00 Chemistry Explain how you would prepare 200..0 mL Solution and steps to get it.
...ven to use but Volume_2, the amount of 6M stock solution we need to use.<br><br>Volume_1 = 200 mL<br>Concen...
Oct 29, 2008 at 1:04:28PM
$1.00 Mathematics a plane flies 465 miles with the wind an Solution and detailed steps to get it.
...time<br>time = distance / speed <br><br>Therefore<br><br>distance1 / speed1 = distance2 / speed2<br><br>We are told that it travels with the wind and......
Oct 28, 2008 at 3:51:57PM
$3.00 Computer-Science write c++ C++ Code for temperature, letter, and number input and processing. Tested and Works.
...: ";<br> cin >> letter1;<br><br> cout << "Enter Capital Letter 2: ";<br> cin >> letter2;<br><br> cout << "Th......
Oct 27, 2008 at 1:49:40PM
$15.00 Computer-Science Java using recusion Java code, 4 functions: gcd and power both calculated with recursion and bonus iteration!
...n A. Long chains and branches are possible.<br><br>2.<br><br>public static int power(int number, int power)<br>{<br>if (power == 1) //base case<br>return......
Oct 27, 2008 at 01:16:56PM
$1.00 English Short summary of pizza slices Pizza (sausage) Nutritional Info and Subway and Bojangles item nutritional values + sites
...e of 12-inch<br><br>Nutrition Facts<br>Serving Size: 1 slice / 1/10 pizza<br>Amount per Serving<br>Calories 197 Calories from Fat 63<br>% Daily Value *<br>Tot......
Oct 27, 2008 at 01:12:10PM
$1.00 Mathematics A 3/4 lb slab of cheese is shared equal Answer and steps to get it
...t multiple the numbers in the numerator and then multiple the ...
Oct 26, 2008 at 10:05:04PM
$25.00 Mathematics Solve the formula for the variable q : Answer and steps to get it
...0 <br><br>1200*10 = w(p ...
Oct 26, 2008 at 4:46:23PM
$1.00 Physics using nuclear power 3 Positives and 3 Negatives
...ell.<br>3. Less air pollution than coal plants.<br><br>Negatives:<br>1. The radioactive waste needs to be s...
Oct 25, 2008 at 06:42:51PM
$0.50 Mathematics I have more various algebra probs need answered Solution and steps to get it.
...hat will give us a line in the form of y = mx + b. If this line passes through the point (3,5) then it...
Oct 25, 2008 at 06:25:00PM
$0.25 Mathematics how much liquid would a cube with sides Answer and detailed explanation
...tance units to the third power to account for width, length, and height distances.<br><br>Since it is a cub...
Oct 23, 2008 at 4:56:30PM
$0.25 Mathematics Help me understand this equation,please: How to solve the equation and get the answer, Detailed
... multiplied by y on one side and plain numbers on the other.<br><br>17y + 1y = 40 - 2y<br><br>Move 2y to the...
Oct 23, 2008 at 4:50:27PM
$1.00 Chemistry Help me plz If you meant what is the gas?
...lvin, and P=pressure in atm, if it is at STP, then T=273 K, and P=1 atm. so MM= (3....
Oct 23, 2008 at 4:43:14PM
$0.25 Computer-Science linked list Linked List containing movie information.
... temp;<br> parent = parent->next;<br> }<br>}<br><br><br>int main()<br>{<br> Node* parent = NULL;<br><br> add_node(parent,......
Oct 21, 2008 at 12:40:39PM
$1.00 Mathematics Solve for x and factor completely Answer and steps to get it
.... 4x(x-1)-5x(x)=3<br><br>4x*x -4x*1 - 5x*x = 3<br>4x^2 - 4x - 5x^2 = 3<br>-x^2 - 4x =...
Oct 21, 2008 at 10:37:54PM
$1.00 Physics PHYSICS Answer and Explantion
...hip is larger, the enterprises velocity has to be larger to make the equation equal...
Oct 21, 2008 at 08:29:28PM
$0.50 Physics PHYSICS Answer to the question
...al energy, U, is defined a...
Oct 21, 2008 at 06:51:02PM
$1.00 Physics PHYSICS Where the kinetic energy went.
...against the rough surfac...
Oct 21, 2008 at 06:48:27PM
$0.50 Physics PHYSICS Answer to the question
...st and an object in motion tends to stay in motion with the sa...
Oct 21, 2008 at 04:45:35PM
$1.50 Mathematics Math Help How to solve the equations to 3 decimal places
...*1*-5)) / (2*1)<br><br>-------------------------<br><br>For: (x-10)^2=12, <br><br>We have to convert it to ax^2 + bx + c = 0<br><br>(x - 10)(x - 10) =......
Oct 20, 2008 at 03:01:06PM
$1.50 Mathematics Math Help Solution and how to get it using algebra
... is a simple algebra problem, if you know how to translate this word problem into the equation.<br>...
Oct 20, 2008 at 01:25:05PM
$0.25 Mathematics can you help me understand this math pro The answer and how to get the answer using algebra
...<br><br>This means 2 times the number plus 3 equals the number minus 1<br>1<br> <br>2*(n + 3) = n -...
Oct. 19, 2008 at 12:50:02AM
$1.50 Mathematics algebra word problem Step by Step Tutorial with example using alternate numbers
...4<br><br>We do this by rearranging the equation.<br><br>I = (700*W) / (H^2)<br>(I*H^2) = 700*W<br>(I*H^2) / 700 = W<br><br>W = (I*H^2) / 700<br>&l......
Oct. 18, 2008 at 05:55:34AM
$1.00 Mathematics A book has y pages.Twelve of the pages Solution and Explanation
...c) the answer in a plus one tenth of the total nu...
Oct 12, 2008 at 3:36:42PM
$2.00 Mathematics I just can't get this Solution
...is a real easy problem. You have to find an even number in which...
Oct 06, 2008 at 5:53:17PM
$20.00 Computer-Science encryptor using XOR c++ Xor encryption using C++, documented. Bonus EOF char filter included
...nt temp;<br> while (true)<br> {<br> bool good = true;<br><br> //Generate a random char between 0 and 255<br> temp =......
Oct 06, 2008 at 5:40:28PM
$8.00 Computer-Science C++ Question - Array Array reverse C++. Documented Solution
... integers into the array." << endl;<br><br> //fill the array with user input<br> for (int i = 0; i < 10; i++)<br> {<br> cout << "......
Oct 06, 2008 at 12:26:09PM
$0.50 Chemistry chem 30 Molecules of water, Solution and work
...04mols H2O produced<br><br><br>27.28337004 ...
Sep 06, 2008 at 01:36:30PM
$25.00 Computer-Science C++ Program needed C++ account program
...e – Payment received + Finance Charges <br><br>This did not include new purchases or late charges. Because I felt that...
Aug 15, 2008 at 11:41:42PM
$1.00 Computer-Science Programming concept Pseudocode
...om 0 to 20<br> Compute Degrees_Fahre...
Aug 10, 2008 at 5:02:48PM
$1.00 Mathematics math story question. Answer
...minutes per piece)<br><br>(1/3 minute)...
Mar 06, 2008 at 5:45:07PM
$5.00 Mathematics Algebra Questions Solutions and Shown Work to Exam
...rs are filled in in the answer grid and the work is done underneath each problem.<br><br>1. 1,83<br>2. B<br>3. 29,31,37,41...
Feb 15, 2008 at 4:30:33PM
$5.00 Astronomy General Astronomy Problem Formulas, Solutions, And Explanation.
... < theta < +arcminute which is the error limit. We can then use the distance formula to determine the distance that this angle responds to. It is just finding the difference between two points......
Feb 11, 2008 at 1:17:29PM
$1.00 Astronomy General Astronomy Question Solution
...rth.<br>0.7 - For 0.7 AU<br>149598000000 - For the nube...
Feb 10, 2008 at 07:25:37PM
$2.00 Geology Geology Question Answer
...t are still growing. Mountains are form...
Jan 24, 2008 at 5:29:45PM
$1.00 Chemistry Chem help plz Solution
... other. But they're still going to generally suck all the electrons in the 'down' direction on this picture. Now, if you want a non-polar molecule, look at the trans version of 1,2-dichloroethene:<......
Dec 03, 2007 at 03:46:32PM
$2.00 Chemistry General chem help plz Answer
...O is more negative (because O is more...
Dec 03, 2007 at 03:33:44PM
$2.00 Chemistry General chem help plz Answer
...O2<br><br>Molecular Geome...
Dec 03, 2007 at 03:20:21PM
$5.00 Economics Supply at varying Prices/Quanitity Solutions and Work Shown to Solve Them
...r for the company to see 1,000 caps?<br><br>Q = 1000<br>1000 = 2000 - 100P<br>-1000 =...
Nov 23, 2007 at 7:56:24PM
$0.50 Business Breakeven analysis Break even Point
...cost, TC = 500,000+ 3*units<br>the total income, I = 4*units <br><br>TC = I<br><br>4*units = 500,000 + 3...
Nov 18, 2007 at 7:49:38PM
$1.25 Chemistry Chem Help plz Solution
...g) = 7804.5 moles SO2<br><br>7804.5 moles SO2 * (2 moles ZnS / 2 moles SO2) = 7804.5 moles ZnS<br>...
Nov 16, 2007 at 9:59:15PM
$1.25 Chemistry General Chem help plz Solution
...les CO2 / 5 moles O2) = 187.5 moles CO2<br><br>187.5 mole...
Nov 16, 2007 at 9:42:26PM
$1.00 Chemistry General Chemistry Help Solution
... / 35.453g) = 0.01284 moles Cl<br><br>1:1 AgNO3 to Cl<br>...
Nov 16, 2007 at 9:29:38PM
$1.00 History UNITED STATES HISTORY BETWEEN THE YEARS OF 1788 AND 1809 Why it was moved
... the Capital of the U.S. was all the way up nort...
Nov 08, 2007 at 11:51:14PM
$1.00 Mathematics Graphing question Equation And how I got it
...5 is the amplitude.<br>1 is ...
Oct 27, 2007 at 10:23:21PM
$1.00 Mathematics logirithims Logarithms
... is some random...
Oct 11, 2007 at 10:39:43PM
$5.00 Mathematics 14 word problems Solutions with the Steps to solve them
...* 5000barrels extra<br>6f + 6*5000 = 8f<br>6f + 30000 = 8f<br>2f = 30000<br>f = 15000<br><br>8*f = 120,000 barrels total.<br><br>3.<br>This is a......
Oct 11, 2007 at 05:26:22PM
$0.25 Mathematics math Lengths and how t find them
...<br><br>All you have to do is just ...
Oct 10, 2007 at 8:24:59PM
$1.00 Mathematics my math homework Solution
...her and they are all integers it can be: <br>...
Oct 04, 2007 at 7:44:21PM
$3.50 Mathematics Coin toss Binomial Probabilities
...e number of tosses. P = 0.5 for the probability that it will land on heads, and kmin and kmax f...
Oct 02, 2007 at 9:36:12PM
$0.90 Mathematics Car Colors Answer
...bs per 1 interior paint jobs. There are 3 inte...
Oct 02, 2007 at 7:38:59PM
$0.99 Mathematics in verse variation [[need help please]] Inverse variation
...sitive<br>Quadrant II: x is negative, y is positive<br>Quadrant III: both x and y are neg...
Sep 30, 2007 at 4:13:45PM
$1.00 History the united state through industrialism inalienable rights
...ess. That to secure these rights, governments are instituted among men, deriving their just powers from the consent of the governed." - Thomas Jefferson<br><br>The term inalienable...
Sep 25, 2007 at 9:20:00PM
$1.50 English The Most Dangerous Game Definition with Example from Most Dangerous Game
...y, mentally, and emotionally, and are detailed enough to seem real. A round character is usually a mai...
Sep 23, 2007 at 6:18:14PM
$0.25 Biology By Analogy Answer
...c nucleus may be sa...
Sep 20, 2007 at 4:19:32PM
$0.25 Biology Carbon 14 Carbon 14
...nitrogen-14 through beta-decay; An electron is emitted from ones of Carb...
Sep 20, 2007 at 4:15:45PM
$4.59 Biology Radioactive Isotopes Isotope Solution
...ement have the same number of protons but the number of neutrons they have differ.<br><br>T...
Sep 20, 2007 at 3:20:30PM
$0.99 Biology Which statement is FALSE? Solution
...nce consisting of two or more el...
Sep 20, 2007 at 3:12:31PM
$4.99 English HELP! Examples of repetition and allusion
...ion: A reference to a famous person, place, thing or part of another work of literature. It is assumed that the reader understands the allusion.<br><br>Examples:<br><br>The......
Sep 09, 2007 at 5:49:26PM
$20.00 Computer-Science Need 2 array C program to calculate molecular weight, not C++ Formula to weight program, C
...ile is ...
Jul 27, 2007 at 9:27:14PM
$7.25 Mathematics Students’ Test Scores The solution is an attached Microsoft excel file.
...soft excel file....
May 11, 2007 at 3:18:36PM
$2.00 Chemistry One question Boron neutron capture therapy
...s are supposed to be just in case. <br><br>The type of nuclear reaction show...
Apr 12, 2007 at 7:32:57PM
$6.00 Chemistry Chemistry worksheet help. CHEMICAL EQUILIBRIA
...rium will shift in the direction which relieves the stress.<br><br>2.<br>A. <br>i) K increases <br>ii) No or Little effect (moles on...
Apr 11, 2007 at 10:45:04PM
$1.00 Chemistry orbital diagrams help electron configurations
... 4s2 3d6" instead. Here are the long forms.<br><br>26Fe:<br>1s2 2s2 2p6 3...
Apr 10, 2007 at 7:27:48PM
$3.00 Chemistry hydrogen to helium hydrogen into helium
...is is chemistry 101 and the teacher hasn't gone over nuclear...
Apr 10, 2007 at 4:03:31PM
$2.00 Chemistry chemistry CH4 O2 reaction
... easy pro...
Apr 10, 2007 at 3:46:23PM
$5.00 Chemistry chemistry Propane Combustion reaction
... and water.<br><br>It is very easy to balanc...
Apr 10, 2007 at 3:41:11PM
   
Join Now or Log In
Get Tutoring
Get Paid
Academic Honesty