Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Chemistry concepts and calculations

117302 questions • Page 2090 / 2347

Write a nuclear equation for the alpha decay of Pa_91^231 Write a nuclear equati
Write a nuclear equation for the alpha decay of Pa_91^231 Write a nuclear equation for the beta decay of Fr_87^223 Write a nuclear equation for the alpha decay of Sm_62^149 Write …
Write a one-paragraph summary of one of the sections of the reading Land Use in
Write a one-paragraph summary of one of the sections of the reading Land Use in Alberta’s Foothill Country by H.G. Kariel: http://www.geog.uvic.ca/dept/wcag/kariel.pdf Study the s…
Write a parallel program to solve the one-dimensional problem based upon the fin
Write a parallel program to solve the one-dimensional problem based upon the finite difference equation x[i] = (x[i-1] + x[i+1])/2 for 0 <= i <= 1000, given that x[0] = 10 a…
Write a partial decay series for {\ m Th}-232 undergoing the following sequentia
Write a partial decay series for { m Th}-232 undergoing the following sequential decays: lpha , eta , eta , lpha . Part A lpha -decay Express your answer as a nuclear equatio…
Write a partial decay series for {\ m Th}-232 undergoing the following sequentia
Write a partial decay series for { m Th}-232 undergoing the following sequential decays: lpha , eta , eta , lpha . Part A lpha -decay Express your answer as a nuclear equatio…
Write a php program that will query the supermarket database and display the fol
Write a php program that will query the supermarket database and display the following results: From the transaction table, for each hour of the day (represented by trans_time), s…
Write a php program that will query the supermarket database and display the fol
Write a php program that will query the supermarket database and display the following results: From the transaction table, for each hour of the day (represented by trans_time), s…
Write a portion of a class called Library. To be called Library.cpp and will inc
Write a portion of a class called Library. To be called Library.cpp and will include (#include "Library.hpp") Library.hpp which is included below. Library: *holdings - a list of B…
Write a portion of a class called Library. To be called Library.cpp and will inc
Write a portion of a class called Library. To be called Library.cpp and will include (#include "Library.hpp") Library.hpp which is included below. Library: *checkOutBook    -if th…
Write a portion of a class called Library. To be called Library.cpp and will inc
Write a portion of a class called Library. To be called Library.cpp and will include (#include "Library.hpp") Library.hpp which is included below. Library: *returnBook -if the spe…
Write a prgram in C language. Written Hawaiian also has fairly simple spelling r
Write a prgram in C language. Written Hawaiian also has fairly simple spelling rules for determining if a word is a valid word in the language (even if the meaning is unknown). Th…
Write a prime number checker. A very simple algorithm for determining whether a
Write a prime number checker. A very simple algorithm for determining whether a number, n, is prime would be: For each number i between 2 and the square root of n: see if the rema…
Write a procedure You don\'t need to look up any information, it is all here. th
Write a procedure You don't need to look up any information, it is all here. that you have used this semester (or anything you can think of) your equipment bos or Reaction time 16…
Write a procedure that performs simple encryption by rotating each plaintext byt
Write a procedure that performs simple encryption by rotating each plaintext byte a varying number of positions in different directions. For example, in the following array that r…
Write a process that will use the Monte Carlo method to estimate PI as described
Write a process that will use the Monte Carlo method to estimate PI as described below. The Monte Carlo method to estimate probability generates a large number of points then dete…
Write a program Gradebook using three classes: Course, Student, and Person that
Write a program Gradebook using three classes: Course, Student, and Person that reads the attached input.txt file and writes an output.txt file following the sample below for each…
Write a program allows the user to enter and search for strings. When strings ar
Write a program allows the user to enter and search for strings.   When strings are added to the tree, they should be wrapped inside a node object that holds the string, the frequ…
Write a program called ColumnSorting that asks the user to enter a 3-by-3 array
Write a program called ColumnSorting that asks the user to enter a 3-by-3 array of doubles, entering the values one row at a time. The program then displays the array with each co…
Write a program called CountOccurrences that asks a user to enter ten integers b
Write a program called CountOccurrences that asks a user to enter ten integers between 1 and 100. Your program will store the integers into an array and then count the occurrences…
Write a program called CountOccurrences that asks a user to enter ten integers b
Write a program called CountOccurrences that asks a user to enter ten integers between 1 and 100. Your program will store the integers into an array and then count the occurrences…
Write a program called TimeConvertor.java that converts times expressed in 24 ho
Write a program called TimeConvertor.java that converts times expressed in 24 hour clock to 12 hour clock and that converts times expressed in 12 hour clock to 24 hour clock. Here…
Write a program called anagram.c that asks the user for 2 words and tells the us
Write a program called anagram.c that asks the user for 2 words and tells the user if those 2 words are anagrams. A word is an anagram of another word if the letters in that word …
Write a program called asci.c that prints the ASCII codes of printable character
Write a program called asci.c that prints the ASCII codes of printable characters, uppercase characters, lowercase characters, and of digits, depending on a command-line option. T…
Write a program called balanced that does the following: Prompts the user for a
Write a program called balanced that does the following: Prompts the user for a string (see the get_string function from simpleio). Determines if the given string is a balanced co…
Write a program code in C++ to compute the ideal weight for both males and femal
Write a program code in C++ to compute the ideal weight for both males and females. According to one study, the ideal weight for a female is 100 pounds plus 5 pounds for each inch…
Write a program containing two linked list of 6 user profiles each. Each person
Write a program containing two linked list of 6 user profiles each. Each person is identified by his/her first name, last name and 10-digit telephone number member variables. Be s…
Write a program creating a 10 integer array and fill it with random integers bet
Write a program creating a 10 integer array and fill it with random integers between 1and 100. Then using the exchange sort, sort it so that the lowest values are first in the arr…
Write a program cylinder.c that accomplishes the following: Read a list of radii
Write a program cylinder.c that accomplishes the following: Read a list of radii and heights from a file(cylinder_input.data). For each pair of values, calculate the cylinder's vo…
Write a program for C++ that will take a depth (in kilometers) inside the earth
Write a program for C++ that will take a depth (in kilometers) inside the earth as input data; compute and display the temperature at this depth in degrees Celsius and degree Fahr…
Write a program for Horizon Phones, a provider of cellular phone service. Prompt
Write a program for Horizon Phones, a provider of cellular phone service. Prompt a user for maximum monthly values for talk minutes used, text messages sent, and gigabytes of data…
Write a program for Horizon Phones, a provider of cellular phone service. Prompt
Write a program for Horizon Phones, a provider of cellular phone service. Prompt a user for maximum monthly values for talk minutes used, text messages sent, and gigabytes of data…
Write a program for a deterministic push-down automata simulator. In this case,
Write a program for a deterministic push-down automata simulator. In this case, though, your simulator should include a stack that follows the rules of a push-down automata. Keep …
Write a program for a furniture company that determines the price of a table. As
Write a program for a furniture company that determines the price of a table. Ask the user to choose 1 for pine, 2 for oak, or 3 for mahogany. The output is the name of the wood c…
Write a program for a graphics system that has classes for rectangles, squares,
Write a program for a graphics system that has classes for rectangles, squares, circles and triangles. Each of these must be derived from a base class, Figure. You must include me…
Write a program for the MSP430 using code composer studio (not Energia) that wil
Write a program for the MSP430 using code composer studio (not Energia) that will place an interrupt on the push2 button to blink either the red or green LED in one of two particu…
Write a program for the MSP430 using code composer studio (not Energia) that wil
Write a program for the MSP430 using code composer studio (not Energia) that will place an interrupt on the push2 button to blink either the red or green LED in one of two particu…
Write a program for the MSP430 using code composer studio (not Energia) that wil
Write a program for the MSP430 using code composer studio (not Energia) that will place an interrupt on the push2 button to blink either the red or green LED in one of two particu…
Write a program for the following in C. Create a program that prompts the user t
Write a program for the following in C. Create a program that prompts the user to enter an integer n, uses Gasper's formula to approximate n!, and then displays the result. The me…
Write a program in 68000 assembly (no need to use the execution block) that will
Write a program in 68000 assembly (no need to use the execution block) that will do the following: Find the position of a given number in a series of Longwords. You may assume tha…
Write a program in 68000 assembly (no need to use the execution block) that will
Write a program in 68000 assembly (no need to use the execution block) that will do the following: Find the position of a given number in a series of Longwords. You may assume tha…
Write a program in C Language. In the written Hawaiian language, only 13 letters
Write a program in C Language. In the written Hawaiian language, only 13 letters are used: the five vowels (a,e,i,o, and u), and 8 consonants (h,k,l,m,n,p,w, and ` (this backwards…
Write a program in C code that has the following attributes: It must perform a s
Write a program in C code that has the following attributes: It must perform a somewhat useful function. An example of a somewhat useful program would be one that adds two vectors…
Write a program in C language Compile and run the program averager.c. It is supp
Write a program in C language Compile and run the program averager.c. It is supposed to repeatedly read a number, then reads that number of values and prints their average. When y…
Write a program in C language to process a collection of daily high temperatures
Write a program in C language to process a collection of daily high temperatures. Your program should count and print the number of hot days (high temperature- 85 or higher) , the…
Write a program in C language. The roman number program above works correctly, p
Write a program in C language. The roman number program above works correctly, provided the user enters valid roman digits followed by a newline at the prompt. If the user enters …
Write a program in C language. The roman number program above works correctly, p
Write a program in C language. The roman number program above works correctly, provided the user enters valid roman digits followed by a newline at the prompt. If the user enters …
Write a program in C language. here\'s a program that needs to be fixed. We woul
Write a program in C language. here's a program that needs to be fixed. We would like the program to be tolerent of white space (spaces and tabs, and still provide the result if a…
Write a program in C that does the following: 1.Prompt user for a positive integ
Write a program in C that does the following: 1.Prompt user for a positive integer greater than 1 and sanity check the input. 2. Calculate the smallest factor of the number (other…
Write a program in C++ A default constructor that initializes a date object to 0
Write a program in C++ A default constructor that initializes a date object to 01-01-1900. A class constructor that initializes a date object to a correct value using three intege…
Write a program in C++ Using inheritance, extend the template class _ Concatenat
Write a program in C++ Using inheritance, extend the template class _ Concatenate two indexed lists. _ Sort an indexed list using the selection sort algorithm _ Find the index of …