Having minor homework questions or simply want to make sure your homework answers are correct? Then use our free service to get quick answers to your homework questions in mathematics, physics, programming, economics, chemistry and biology. We already have a database of multiple homework questions and answers you can look through . If you can’t find the solutions to your homework problems, then post your homework questions and find a well-formulated answer from a professional within a very short timeframe.
Please save your time and DO NOT send us your full assignments or not precise, well stated questions in mathematics, physics, programming, economics, chemistry or biology as they will be ignored. In this section we can answer only your short questions of qualitative, primary theoretical nature (for FREE!). Use filters to display the questions to a particular subject or section. By entering your e-mail in the box "Search" you can browse the questions posted exclusively by you. Do not worry if you cannot find your question in the list after it has been submitted; every question is being checked by a moderator and appears in the list only after its approval.
Ask Your question
Search & Filtering
Give your own example of a function using a set of at least 4 ordered pairs. The DOMAIN will be any four integers between 0 and +10. The RANGE will be any four integers between -12 and 5.
I am working on a program to scroll text vertical with a start and pause button and I can not get the text to move. Can you provide assistance? Here is my code:
function moveMarquee(){
for (var i=0; i < marqueeTxt.length; i++){
topPos = parseInt(marqueeTxt.style.top);
if (topPos < -110) {
topPos = 700;
} else {
topPos -= 1;
}
marqueeTxt.style.top = topPos + "px";
}
}
In the spin cycle of a washing machine, the tub of radius 0.44 m rotates at a constant rate
of 705 rev/min. What is the maximum linear speed of the water inside the machine?
Answer in units of m/s.
A young boy swings a yo-yo horizontally above his head so that the yo-yo has a centripetal acceleration of 240 m/s2. If the yo-yo’s string is 0.56 m long, what is the yo-yo’s tangential speed?
An 80 kg astronaut is floating at rest a distance of 10 m from spaceship when he runs out of oxygen to power him back to the spaceship.He removes his oxygen tank(3 kg) and push it into space away from the ship with a speed of 15 meter per second.
a.At what speed does he recoil toward the spaceship?
b.How long must he hold his breath before reaching the ship?
I need a help with a Visual Basic (2008 VS Express) program for a small theater seating booking system. User needs to pull up a form to review availablae/reserved seating for 2-3 different performances. Seats are in arrays where seats closest to stage are more expensive. Nothing fancy and seats can be a table type view. User can purchase/reserve seat, purchase season ticket/seat, and cancel seats. The seating chart will save to a file so the theater Owner can see total seat sales and seating chart for each performance . Can you help? Thank you!)
Convert each of the following z intervals to raw score x intervals.
D.) z< -1
E.) 1 < z< 2
f.) z > 1.5
The organelles called ________ are also known as the powerhouse of the cell.
Sugar is one of the main sources of ________ for cells.
You throw a 0.345kg ball straigt up with an initial velocity of 13.5m/s
a. what is the momentum of the ball at the highest point of its path?
b. what is its momentum halfway up?
c. what is its kinetic energy halfway up?








