Question #1:

What are the differences between the M4 and MP7?

Heckler and Koch MP7
Advantages
1.The mags hold 20 rounds and the ammunition will penetrate both Kevlar and other sorts of body armor.
2.40 round box mags can also be used.
3.Another advantage of this gun is that there is hardly any recoil.
4.The gun can be shot single handedly or with both hands on the gun, the grip can also be folded back as well as the stock pushed in. At 900 RPM, it is an incredibly versatile and powerful gun.
5.The gun is classed as a Personal Defense Weapon and at the moment is being used by the following forces:

It weighs:
1.8 kg (3.96 lb) empty
1.9 kg (4.2 lb) with 20 rounds
2.0 kg (4.4 lb) with 40 rounds
Length:340 mm (13.4 in), stock retracted
541 mm (21.2 in), stock extended
Barrel Length: 180 mm (7.1 in)
Cartridge action: 4.6×30 mm
Action: Gas-operated, rotating bolt
Effective range: 200 m.
to be
a. defensive sidearm for second-line troops, vehicle crews and other military personnel who normally not issued with assault rifles.
b.The HK MP7 submachine gun / personal defense weapon has layout of a typical compact submachine gun (or a large pistol), with magazine being inserted into pistol grip, with folding forward grip and telescoped buttstock.
c.The action of the MP7A1 is somewhat unusual for weapon of such small size, since it is gas operated, rotating bolt design, which strongly resembles the action of the HK G36 assault rifle, suitably scaled down.
d.The ambidextrous fire mode selector/safety switch allows for semi-auto and full-auto modes.
e.MP7A1 it designed to fire special, high velocity ammunition, 4.6×30mm, that looks like scaled down rifle round. That ammunition is unique to the MP7 and another HK weapon P46 pistol.

f.The MP7A1 can be effectively used in close combat.

The 4.6×30mm ammunition is loaded with pointed all-steel bullets with brass jacket.
Bullet weight is 1.6 gram (25 grains) and
the muzzle velocity is 725 m/s (ca. 2400 fps).

Manufacturer claims the 100% penetration of the CRISAT body armor (1.6mm of Titanium plus 20 layers of Kevlar) at the distance of 200 meters.

Question #2:

Guy I know has an RPB Mac 10,(open bolt design) gun for sale. He's been the only owner and bought the gun...?

....back in 1981, and it's been in his safe since. It's NIB with the original box, and RPB paperwork. It's NOT full auto but like I mentioned it's open bolt and is semi-auto. He bought it right before the ATF banned the "open bolt" design except for class 3 weapons. Since it was made before the ban it's legal to buy, own, and sell without a class 3. Chambered in .45acp. He wants $1,000 (he might come down a little). What do you think about the price? I'm not really into these type guns, but as an investment I think it could increase.
Any info. would be helpful. Thanks.

Question #3:

Camera meet requirements?

I was givin a list of requirements for my digital photo class that goes like this:
8 megapixels
Auto and Manual shooting modes including shutter speed and aperature.
6.2-18mm, f/2.8-4.9 ( 35mm film equivalent of 35- 105mm)
Macro setting
ISO: auto, 80-1600
1
1. h5-1/1500 shutter speed
2GB SD/SDHC memory card

Does tis camera meet the requirements?

ttp://www.target.com/Canon-PowerShot-10-0MP-Digital-Camera/dp/B002LITT3S/ref=br_1_3?ie=UTF8&id=Canon%20PowerShot%2010%200MP%20Digital%20Camera&node=1038668&searchSize=30&searchView=grid5&searchPage=1&sr=1-3&qid=1282790162&rh=&searchBinNameList=target_com_category-bin%2Ctarget_com_brand-bin%2Cstyle_name%2Cprice%2Coptical_sensor_resolution_derived%2Coptical_zoom_derived%2Ctarget_com_primary_color-bin%2Cdisplay_size_derived&searchRank=pmrank&frombrowse=1
Click Here

Question #4:

javaProgram,use class and object,question want to ask 3times input(using loop),then auto output 3 sentence.?

import java.util.Scanner;
class Employee
{
privateString name;
privateint id_num;
privateString department;
privateString position;
//private final int workernum=3;


public void setName(String nama)
{
name=nama;
}

public void setId_num(int no_daftar)
{
id_num=no_daftar;
}


public void setPosition(String jawatan)
{
position = jawatan;
}

public void setDepartment(String bangunan)
{
department=bangunan;
}

public String getName()
{
return name;
}


public int getId_num()
{
return id_num;
}

public String getDepartment()
{
return department;
}
public String getPosition()
{
return position;
}


}



class Pekerja
{
public static void main(String[]args)
{
String name;
int id_num;
String department;
String position;
//final int workernum=3;
String input;
char repeat;


Scanner scan=new Scanner(System.in);
Employee info= new Employee();
//Employee info2 = new Employee();
//Employee info3 = new Employee();

//do
//{

for(int bil=1;bil<=3;bil++)
{
System.out.print("\nInsert employee name: ");
name=scan.nextLine();
info.setName(name);

System.out.print("Insert employee Id number: ");
id_num=scan.nextInt();
scan.nextLine();
info.setId_num(id_num);


System.out.print("Insert employee Department: ");
department=scan.nextLine();
info.setDepartment(department);

System.out.print("Insert employee position: ");
position=scan.nextLine();
info.setPosition(position);
}

System.out.println("\n\tEmployee Information");
System.out.println("********************************************");
System.out.println("Name\tID Number\tDepartment\tPosition");
System.out.println("___________________________________________________");
System.out.println(info.getName()+"\t"+info.getId_num()+"\t\t"+info.getDepartment()+"\t\t"+info.getPosition());
//System.out.println(info2.getName()+"\t"+info2.getId_num()+"\t\t"+info2.getDepartment()+"\t\t"+info2.getPosition());
//System.out.println(info3.getName()+"\t"+info3.getId_num()+"\t\t"+info3.getDepartment()+"\t\t"+info3.getPosition());


//System.out.println("");
//System.out.print("Want Insert employee information? (y-yes or n-no):");
//input=scan.next();
//repeat=input.charAt(0);

//}while(repeat=='Y'||repeat=='y');
}
}
This java program is used classes and object,combine with loop.I using (for) to loop produce 3 input ,but when it output, it only can output the last sentence that input. the first and second data that input is not show in output.

Question #5:

Can someone help me align this input text form?

I'm trying to move this form over from the left, but it won't budge at all.

Here's the code to what I have so far:
<div style="text-align: right;">
<form method="post" name="OptIn0"
id="OptIn0" action=" Click Here
name="meta_split_id" value="" type="hidden">
<input name="unit"
value="value" type="hidden"><input
name="redirect"
value="value/"
type="hidden">
<input name="meta_redirect_onlist"
value="value"
type="hidden"><input
name="meta_adtracking" value="value"
type="hidden">
<input name="meta_message" value="1"
type="hidden"><input
name="meta_required" value="name,from" type="hidden">
<input name="meta_forward_vars"
value="1" type="hidden"><input
name="custom t" value="" type="hidden">
<input name="custom autoresponderID"
value="10376" type="hidden">
<table
style="text-align: right; margin-right: auto; margin-right: auto;"
border="0" cellpadding="2" cellspacing="5">
<tbody>
<tr>
<td><label
for="ARName0">Name:</label></td>
<td style="text-align: right;"><input
name="name" value="" id="ARName0" class="input"
maxlength="40" type="text"></td>
</tr>
<tr>
<td><label
for="AREmail0">E-Mail:</label></td>
<td><input
name="from" value="" id="AREmail0" class="input"
maxlength="160" type="text"></td>
</tr>
<tr>
<td><label
for="ARPhone0">Phone:</label></td>
<td><input
name="custom phone" id="ARPhone0" value=""
class="input" maxlength="20" type="text"></td>
</tr>
<p></p>
<tr>
<td></td>
<td><input
name="submit" value="Free Instant Access!"
class="inputSubmit" type="submit"></td>
</tr>
</tbody>
</table>
</form>

Question #6:

cancelling a martial arts contract?

In February of 2009, we decided to sign my son up for Karate classes. At that time, I signed an agreement agreeing that they will auto-deduct the monthly payment from our checking account. Before I signed, I specifically asked what would happen or what we would need to do should my husband or I loose our job or my son simply decides that he does not want to take karate anymore. At the time, I was facing the possibility of a pay cut and/or my hours being cut, which is exactly why I asked. I also know how kids can be and how they change their minds! I was told that all I would need to do was submit my cancellation in writing and give at least a 30 day notice and it would be cancelled. Well now, 1 1/2 yrs. later, we are in a position where we are no longer able to afford classes. We were finally able to purchase our first house 4 months ago and with all the new bills that go along with owning a home, we can longer afford the classes. The school told me I can't cancel the contract and that what I was told was wrong. The best they can do is put a hold on my account for a couple months. The school will not give me a name or phone number of someone I can contact at their 'corporate office', just an email address and told me to email them. I have done that 3 times and left messages at the school and I have never received a response. What are my options, what can I do to cancel this agreement/contract? Please help!!

Question #7:

On this tumblr theme, how do I change the background?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

" Click Here ;
<html xmlns=" Click Here ; dir="ltr" lang="en-US">

<head>
<title>{Title}{block:PostSummary} - {PostSummary}{/block:PostSummary}</title>
{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
<link rel="shortcut icon" href="{Favicon}" />
<link rel="alternate" type="application/rss+xml" href="{RSS}" />
<meta name="color:Background" content="#DBDBDB" />
<meta name="color:Text" content="#787878" />
<meta name="color:Links" content="#787878" />
<meta name="color:Box" content="#ffffff" />
<meta name="color:Hover" content="#B8B6B6" />

<style type="text/css">
body { background-color: {color:Background}; color: {color:Text}; font-family: georgia;
font-size: 10px;}


a:link, a:visited, a:active { color: {color:Links}; text-decoration: none;}
a:hover {text-decoration: none; color: {color:Hover};}
p { margin: 5px 0; padding: 0; line-height: 14px;}
img { border: none; }
ul, ol { margin: 5px 0 0 0; padding: 0 0 0 25px;}
blockquote { margin: 1px 2px 2px 2px; padding: 1px 2px 1px 4px; border: 0px solid {color:Text};}
blockquote p { margin: 0; padding: 0; line-height: 12px;}
big { line-height: 100%; }
.title { font-family: {font:Title}; font-size: 28px; font-weight: none; letter-spacing: -2px;
text-align: left;}
.navi {background-color: {color:Box}; letter-spacing: 0; float: right; font-family: {font:Body}; font-size: 14px; font-weight: normal; margin: 5px 0 0 0; padding: 5px; }
.navi a {padding: 0 2px;}
.text, .quote, .link, .answer { font-family: {font:Title}; font-size: 20px; letter-spacing: -1px; line-height: 17px;}
ul.chat { list-style-type: none; padding: 0; margin: 0; }
.user_1 .label, .user_3 .label, .user_5 .label { color: {color:Text}; }
.user_2 .label, .user_4 .label, .user_6 .label { color: {color:Links}; }
ul.chat li {margin: 3px 0 3px 0;}
{block:IndexPage}
.posts {float: left; height: auto; overflow: hidden; margin: 10px; width: 510px; }
.posts .details {height:9px; margin-left:10px; visibility: visibility; display: block; position: absolute;}
.posts:hover .details {visibility: visible;}{/block:IndexPage}
div.page { background-color: {color:Box}; clear: both; display: block; font-weight: none; overflow: auto; margin: 10px 0; padding: 10px; text-align: center; font-family: Arial; size:16px;}
div.page a.old {color: {color:Table}; float: right;font-size: 16px; padding: 5px; }
div.page a.new { color: {color:Table}; float: left; font-size: 16px; padding: 5px; }
div.page a:hover {text-decoration: none; color: {color:Hover};}
{block:PermalinkPage}
div.foot { background-color: white; font-family: Arial; margin: 25px 0; padding: 5px; }
{/block:PermalinkPage}
#main {margin: 10px auto; overflow: auto; padding: 0; text-align: justify; width: 810px;}
#posts {background-color: {color:Box}; margin: 0; padding: 10px; width: 510px;}
#sidebar { margin: 0; padding: 10px; width: 200px;}
{CustomCSS}
</style>

</head>

<body>
<div align="center">
<table id="main" cellpadding="0" cellspacing="0"><tr>
<td id="posts" valign="top">
{block:Posts}
<div class="posts">
{block:Text}{block:Title}<div class="text">{Title}</div>{/block:Title}{Body}{/block:Text}
{block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}</center>
{block:Photo}{block:Photoset}
{block:IndexPage}<p align="center">{Photoset-500}</p>{/block:IndexPage}
{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
{block:Caption}{Caption}{/block:Caption}
{/block:Photoset}
{block:Quote}<div class="quote">{Quote}</div>{block:Source}{Source}{/block:Source} {/block:Quote}
{block:Link}<a href="{URL}" {Target} class="link" style="display: block; {block:IndexPage}margin: 10px 0 0 0;{/block:IndexPage}">
{Name}</a>{block:Description}{Description}{/block:Description}{/block:Link}
{block:Chat}{block:Title}<div class="text">{Title}</div>{/block:Title}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>
{/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
{block:Audio}
<div {block:IndexPage}style="margin: 50px 0 0 0;"{/block:IndexPage}>{AudioPlayerBlack}</div>
{b

Question #8:

Where can I Learn Forex Trading in Chennai ?

LEARN FOREX TRADING & EARN $100 / RS.4600 PER DAY

We teach you how to double your money

With 98% Accuracy Profit Making Method. 1st Time in world, make profit without using Indicators or Robots. Our students are making minimum Rs.2000 to Rs.50,000 in a day.

Normal Track Course Duration : 3 Days ( Daily 2 Hours )
Fast Track Course Duration : 2 days ( Daily 3 Hours )

Class Location : Chennai

Course Fee for Basic profit taking method Rs.5,000

Course Fee for Advance profit taking method Rs.10,000 ( 98% Accuracy ) without using Indicators / Auto Robots.

For more info : www.sunpips.com | www.forexnext.com

If you have further issues or concerns, please write or call. I would be glad to assist you.

===========
CONTACT US
===========
Forexnext.com
Tel: +91-44- 22241214
Mobile/SMS: 9841234504
Email : signals@forexnext.com
Website: Click Here | www.sunpips.com

Address :

T-2 Navins Baghya Nivas, A20, 100 Feet Road, Hindu COlony, Nanganallur, Chennai - 600061

S.Arvind
Founder, www.forexnext.com / www.sunpips.com
Technical & Fundamental Trader
Introduction Broker ( IB ), Alpari UK.

Question #9:

How do i get out of ruining my dads car?

Okay, so my dad has like a 2002 or 2004 mercedes, its pretty nice. It looks like this Click Here his is a little nicer looking though.. I slammed the car door and broke the window, and now i have to suffer with

1. Being grounded for a week
2. No christmas , birthday, or anything until i pay it off
3. I cant go to the movies because they wont lend me money
4. I can only get 2 polos for back to school shopping.

He keeps calling me selfish and saying i never do anythign and that i take advantage of everyone, whitch i know for a fact it not true. But hes saying rude hurtful things.

I cant get a job because im 13 , so i dont know what to do


Please help!!!!!!
Jeesus people ! No need to be so rude.
Oh and by the way, i do have to pay it off. And i have to work for it

Question #10:

Help with Coding a css/html page?

Hey, I've created a css (/html, I'm not sure) code. I'll put it below, but it's kind of overwhelming, so brace yourself. Anyhow, the top two divs (Both called "lol") are for some reason sitting inside of the bottom div (Wooh.) I'm not sure why, and if any experienced coders out there would like to give it a shot, please do so! It'll be greatly appreciated.



<style type="text/css" >

body {
background-color: #333333;
font: 8pt Tahoma;
color: #000000;
overflow-x: hidden;
text-align: left;
cursor: crosshair;
}
h1 {
background-color: #333333;
font: 15pt Tahoma;
Color: #FFFFFF;
text-align: right;
margin: 10px;
}
h2 {
background-color: #777777;
font: 7pt Tahoma;
Color: #FFFFFF;
text-align: right;
}

b {
color: #333333;
Text-decoration: underline;
}

i {
color: #666666;
}

u {
color: #555555;
}

a:link, a:visited, a:active {
color: #000000;
text-decoration:none;
}

.Lol {
background-color: #FFFFFF;
width: 290px;
height: 200px;
margin-bottom: 10px;
margin-top: 20px;
border-top: #777777 18px solid;
border-left: #777777 8px solid;
border-right: #777777 8px solid;
border-bottom: #777777 8px solid;
overflow: auto;
float: left
}

.Yay {
background-color: #FFFFFF;
width: 200px;
height: 200px;
margin-top: 20px;
margin-left: 400px;
border-top: #777777 18px solid;
border-left: #777777 8px solid;
border-right: #777777 8px solid;
border-bottom: #777777 8px solid;
overflow: auto;
}
.Wooh {
background-color: #FFFFFF;
width: 600px;
border-top: #777777 18px solid;
border-left: #777777 8px solid;
border-right: #777777 8px solid;
border-bottom: #777777 8px solid;
padding: 3px;
}

.Title {
font: 30pt Georgia;
font-weight: bold;
color: #FFFFFF;
margin-left: 30px;
text-transform: uppercase;
letter-spacing: -1px;
margin: -13px;
}

.sf {
display: none;
}

#header,#footer,li.nav_image{
width:0px;
height:0px;
overflow:auto;
z-index:-1;
}

</style >


<div class="Title">
.Page Title Here
</div>


<div class="Lol">
<br>
<h1>Oh, boy! I made a petpage!</h1>
<h2>What fun, what fun.</h2>
Scrollbar Box!
</div>


<div class="lol">
<h1>OH YUS</h1>
<h2>Hey</h2>
Another scrollbar box!
</div>

<div class="Wooh">
<h1>Alright</h1>
<h2>Just one more!</h2>
Expanding box! Wooh.<br><br>
</div>
If I remove the float, is there an alternate way to place the two "Lol" divs side by side without using a "Position: absolute;" code?

Question #11:

Thinking about being a truck driver, i have many questions.?

My service is up in the army, and my wife and i have had A LOT of talk into being truck drivers....in a team. We had talked about both getting our class A licenses, buying a truck, and explore the open country. Her dad used to be a truck driver and has had like, 20 years experience...Not to mention my wife has driven a diesel rig a few times.
While myself on the other hand, come from a family of Auto Parts sales associates and business men, and accountants..
She's used to driving Full-size trucks, full-size SUV's and Vans...
While the biggest thing i have ever driven was a Dodge Ram 1500, not full.
Right now she drives a Tahoe.
And I....I drive a small saturn coupe.

Due to my ADHD, i have a hard time learning anything..And if i fail, i get frustrated and angry easily. I have a hard time backing my car into a straight line into the garage....what makes you think i can back-up a big rig with a trailer in a straight line!??? I'm sure that the driving school will teach me how to do it, but most the people who are in that class, I'm sure come from a family of truck drivers, or have had even the slightest bit experience driving something THAT big. Not trying to be pessimistic, but i suck at alot of things that other people find easy to do. Not because i don't want to learn, but because i have the hardest time learning anything.

We got a job offer from a company that supply's the truck, the insurance, benefits, etc... The whole deal.
The truck they're giving us a Freightliner Cascadia. From what i read, it's the best of the best. And a 10 speed transmission????? Good lord....I know they get up to 18 speed....that's insane.
We're doing this as a team so that we can BOTH save up for a house. We calculated that if we do this for 3 years, we will be reaping in about $180,000 and that's more then enough to buy a house where we want to move.
Again, we only plan on doing it a few years. I have a Bachelors Degree in Psychology and my Wife has an Associates degree in Culinary arts. I already have an offer to work for the FBI, but i won't be starting that till i am 30 or so.

My questions are:

1. What's the best truck to get? Peterbuilt, International, Volvo, And as previously listed, Freightliner seem to be the best. Especially that freightliner i pointed out earlier.
2. What's the best way to keep the truck running perfect? I know this truck won't be as easy as working on my Saturn.
3. What's the best way to stay healthy and in shape? That's important to me. I physically worked very hard to get my 180 pound body to be the way it is now due to a major exercises for a long period of time, and a healthy diet. I know on the road that i won't be eating healthy all the time. Salads can only be eating for so long before you grow tired of them, and not many truck stops have gyms, or work-out rooms for that matter.
4. How about using our health benefits? How would I be able to see the Doctor a few times a year if my wife and I will be traveling 358 days a year?
5. What else should i know about being a truck driver?

I'd appreciate all your comments and suggestions.
-Thanks.

Question #12:

How to explain bad grades to my dad?

So I effed up my first year in community college. I got 4 C's, 2 in English, one in Auto, one in Geography. I also got 1 D in Math, which I'm re-taking. I have to show it to him because he has to submit it for our health insurance. How do I explain these grades to him? These grades do not reflect my intelligence or capability, just my laziness and my bad habit of not caring about boring classes.

Question #13:

How to cure horse show nerves?

Hi,
I'm a 16 year old competitive saddle seat horse rider, i ride an American Saddlebred. I've been riding for about 8/9 years and been showing for 7/8. Anyways, i still get nervous beyond belief before showing. My horse is a sweetheart, he gets a little crazy but he's good overall. We had to take a 6 month break from riding and showing because he got injured. I'm now back in the saddle and i have been riding for a month or so, and i am doing my first show this weekend. I showed today, and i really tried to self talk and try not to let my nerves get the better of me, but they did. I usually am okay once i get showing, but warming up, i can't hardly think straight, and forget how to do the most trivial things. It didn't help today because my horse was being kinda crazy. Well, i showed, twice and we did okay, we still won both our classes, (1st was a class of two, and my next one was five.) but i was so spaced with nerves i really didn't control my horse very well it was like i was on auto-pilot. We did fine, but we always do so much better in lessons than in shows. My poor trainer and horse aren't very happy with me after my rides. I am wondering what you guys do before riding, and during to settle down, any tricks or ideas on how to just relax and control your horse how you practiced? any help is appreciated. :D

Question #14:

What do I have to do to become an FFL dealer?

I am only 20, so I am assuming I can am limited to everything but pistols, and maybe full-autos.

What are the limitations of Class 1, 2, and 3?

I only know some stuff because my father was an FFL dealer, but I don't know enough to get started yet.

Question #15:

can someone help me with html?

okay so i want to change my background with a repeating image, but how?
here is the link to the image:
Click Here

and here is the html:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

" Click Here ;
<html xmlns=" Click Here ; dir="ltr" lang="en-US">

<head>
<title>{Title}{block:PostSummary} - {PostSummary}{/block:PostSummary}</title>
{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
<link rel="shortcut icon" href="{Favicon}" />
<link rel="alternate" type="application/rss+xml" href="{RSS}" />
<meta name="color:Background" content="#DBDBDB" />
<meta name="color:Text" content="#787878" />
<meta name="color:Links" content="#787878" />
<meta name="color:Box" content="#ffffff" />
<meta name="color:Hover" content="#B8B6B6" />

<style type="text/css">
body { background-color: {color:Background}; color: {color:Text}; font-family: Arial; font-size: 10px;}


a:link, a:visited, a:active { color: {color:Links}; text-decoration: none;}
a:hover {text-decoration: none; color: {color:Hover};}
p { margin: 5px 0; padding: 0; line-height: 14px;}
img { border: none; }
ul, ol { margin: 5px 0 0 0; padding: 0 0 0 25px;}
blockquote { margin: 1px 2px 2px 2px; padding: 1px 2px 1px 4px; border: 0px solid {color:Text};}
blockquote p { margin: 0; padding: 0; line-height: 12px;}
big { line-height: 100%; }
.title { font-family: {font:Title}; font-size: 28px; font-weight: none; letter-spacing: -2px;
text-align: left;}
.navi {background-color: {color:Box}; letter-spacing: 0; float: right; font-family: {font:Body}; font-size: 14px; font-weight: normal; margin: 5px 0 0 0; padding: 5px; }
.navi a {padding: 0 2px;}
.text, .quote, .link, .answer { font-family: {font:Title}; font-size: 20px; letter-spacing: -1px; line-height: 17px;}
ul.chat { list-style-type: none; padding: 0; margin: 0; }
.user_1 .label, .user_3 .label, .user_5 .label { color: {color:Text}; }
.user_2 .label, .user_4 .label, .user_6 .label { color: {color:Links}; }
ul.chat li {margin: 3px 0 3px 0;}
{block:IndexPage}
.posts {float: left; height: auto; overflow: hidden; margin: 10px; width: 510px; }
.posts .details {height:9px; margin-left:10px; visibility: visibility; display: block; position: absolute;}
.posts:hover .details {visibility: visible;}{/block:IndexPage}
div.page { background-color: {color:Box}; clear: both; display: block; font-weight: none; overflow: auto; margin: 10px 0; padding: 10px; text-align: center; font-family: Arial; size:16px;}
div.page a.old {color: {color:Table}; float: right;font-size: 16px; padding: 5px; }
div.page a.new { color: {color:Table}; float: left; font-size: 16px; padding: 5px; }
div.page a:hover {text-decoration: none; color: {color:Hover};}
{block:PermalinkPage}
div.foot { background-color: white; font-family: Arial; margin: 25px 0; padding: 5px; }
{/block:PermalinkPage}
#ya {margin: 10px auto; overflow: auto; padding: 0; text-align: justify; width: 810px;}
#box {background-color: {color:Box}; margin: 0; padding: 10px; width: 510px;}
#oversleep { margin: 0; padding: 10px; width: 200px;}
{CustomCSS}
</style>

</head>

<body>
<div align="center">
<table id="ya" cellpadding="0" cellspacing="0"><tr>
<td id="box" valign="top">
{block:Posts}
<div class="posts">
{block:Text}{block:Title}<div class="text">{Title}</div>{/block:Title}{Body}{/block:Text}
{block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
{block:Photo}{block:Photoset}
{block:IndexPage}<p align="center">{Photoset-500}</p>{/block:IndexPage}
{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
{block:Caption}{Caption}{/block:Caption}
{/block:Photoset}
{block:Quote}<div class="quote">{Quote}</div>{block:Source}{Source}{/block:Source} {/block:Quote}
{block:Link}<a href="{URL}" {Target} class="link" style="display: block; {block:IndexPage}margin: 10px 0 0 0;{/block:IndexPage}">
{Name}</a>{block:Description}{Description}{/block:Description}{/block:Link}
{block:Chat}{block:Title}<div class="text">{Title}</div>{/block:Title}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>
{/block:La

Question #16:

Can you help in statistics?

In a simple random sample of 1000 households, 150 of these households
happen to have sailboats. However, the characteristics of the
population would make us expect the number of sailboat owners
to be 180 in this sample.

1. What is the value of p?
A. 1000 C. 0.18
B. 150 D. 0.15

2. What is the value of π?
A. 1000 C. 0.18
B. 150 D. 0.15

3. What is the value of n?
A. 1000 C. 0.18
B. 150 D. 0.15

4. In sampling without replacement from a population of 900, it’s found that the standard
error of the mean, σx , is only two-thirds as large as it would have been if the population
were infinite in size. What is the approximate sample size?
A. 200 C. 500
B. 400 D. 600

5. If a teacher wants to test her belief that more than five students in college classes typically
receive A as a grade, she’ll perform
A. two-tail testing of a mean. C. two-tail testing of a proportion.
B. one-tail testing of a mean. D. one-tail testing of a proportion.

6. The commissioner of the state police is reported as saying that about 10% of reported
auto thefts involve owners whose cars haven’t really been stolen. What null and alternative
hypotheses would be appropriate in evaluating this statement made by the
commissioner?
A. H0: π = 0.10 and H1: π ≠ 0.10 C. H0: π ≥ 0.10 and H1: π < 0.10
B. H0: π ≤ 0.10 and H1: π > 0.10 D. H0: π > 0.10 and H1: π ≤ 0.10

7. In the statement of a null hypothesis, you would likely find which of the
following terms?
A. > C. <
B. ≠ D. =

8. To cut the maximum likely error (e) in half, the sample size (n) should be
A. decreased one-fourth. C. increased by two times.
B. decreased one-half. D. increased by four times.

9. A simple random sample with n = 700 is drawn from a binomial process in which π = 0.7.
With p = the proportion of successes, which of the following is the solution for P(0.65 ≤ p
≤ 0.70)?
A. 0.0019 C. 0.4981
B. 0.0173 D. 0.70

10. If the level of significance (α) is 0.005 in a two-tail test, how large is the nonrejection
region under the curve of the t distribution?
A. 0.005 C. 0.995
B. 0.050 D. 0.9975

11. For a given sample size, reducing the probability of a Type I error will
A. increase the probability of a Type II error.
B. decrease the probability of a Type II error.
C. have no effect on the probability of a Type II error.
D. seriously affect the standard deviation of the sample.

12. The last step in hypothesis testing is to
A. state the decision rule.
B. formulate the null and alternative hypotheses.
C. make the related business decision.
D. select the significance level.

13. Which of the following statements about p-value testing is true?
A. The p represents sample proportion.
B. P-value testing uses a predetermined level of significance.
C. The p-value is the lowest significance level at which you should reject H0.
D. P-value testing applies only to one-tail tests.

14. Nondirectional assertions lead only to _______ tests.
A. left-tail C. one-tail
B. right-tail D. two-tail

15. If the population standard deviation isn’t known, what distribution should you use
when testing a mean?
A. Standard normal C. Binomial
B. t distribution D. Poisson

16. A random sample of 10 employees is selected from a large firm. For the 10 employees,
the number of days each was absent during the past month was found to be 0, 2, 4, 2,
5, 1, 7, 3, 2, and 4. Of the following values, which would you use as the point estimate
for the average number of days absent for all the firm’s employees?
A. 2.5 C. 4
B. 3 D. 30

17. In a simple random sample from a population that’s approximately normally distributed, the
following data values were collected.
68, 79, 70, 98, 74, 79, 50, 102, 92, 96
Based on this information, the confidence level would be 90% that the population mean is
somewhere between
A. 71.36 and 90.24. C. 65.33 and 95.33.
B. 69.15 and 92.45. D. 73.36 and 88.24.

18. According to a 1997 study, 29.3% of self-employed persons worked on their homebased
businesses 35 hours or more each week. What is the probability that at least
30.5% of 800 people randomly sampled from the study’s population worked on their
businesses no less than 35 hours each week in 1997?
A. 0.2266 C. 0.3050
B. 0.2734 D. 0.7500

19. A researcher wants to carry out a hypothesis test involving the mean for a sample
of n = 20. While the true value of the population standard deviation is unknown, the
researcher is reasonably sure that the population is normally distributed. Given this
information, which of the following statements would be correct?
A. The researcher should use the z-test because the population is assumed to be
normally distributed.
B. The t-test should be used because α and μ are unknown.
C. The t-test should be used because σ is unknown and the sample size is small.
D. The researcher should use the z-test because the sample size is less than 30.

20. For 1996, the U.S. Department of Agriculture has

Question #17:

How much more will I possibly grow?

Hi I am a 15 year old male (My birthday was recently, on June 26). I am 5' 6'' feet tall, and I'm worried I won't grow anymore. My mother is 5' 7'' feet tall and my father is 5' 6'' tall, and I weight 145 lbs. I've been almost the same height since the age of 13. Before I was among the tallest in my class, now I'm just average or a little below it. Friends that have always been 1 or 2 inches smaller than me are now 1 or 2 inches taller (of course not all of them but some). I feel like they are catching up to me and I'll stay the same height.

I thought that maybe I was a late bloomer but I have a deep voice, facial hair (still no complete beard), underarm hair, etc. I still have acne so my puberty hasn't ended yet, but I wan't to know if there is a way to stimulate my growth. My doctors predicted I would be around 6' 1" when I am an adult. I have 6' 4" and 6' cousins and a 6' grandfather, all coming from my mother's side. Since I was tall most of the time and got stuck now, I think the height genes I have is the ones from my mother's side of the family, so maybe I'll have a growth spurt soon? I want to be at least 5' 10", I'm very shy and auto-critical of my image and most (not all) girls like average - tall boys so height is very crucial to me.

Btw, about sports and diet, I am a meat lover, so I consume a LOT of protein, and drink milk around once every 2 or 3 days. I play Tennis 2-3 days a week for 1-2 hours.

So, will I grow more? If so around how much? What can I do to stimulate my body to grow more taller or what stretching exercises I can do to stretch my back for better posture? Thanks!

Question #18:

SLR 35mm camera for photography student, manual or auto?

I'm taking an introductory photography class at my university this fall, and they use traditional SLR cameras with 35mm film. The only requirement for the course is a camera, "equipped with manual controls". I know the basics of photography; composing images, exposure, aperture, shutter speed, etc. but I've only used one film camera (my old teacher's Vivitar V3800N). I'm considering something with auto controls for future use; I am serious about photography, and plan on pursuing a career in the field after college. Feature-wise I'm not picky, but it would be nice to have the bulb (B) shutter option and DOF preview.

I guess my question is, should I purchase an SLR camera that is fully manual (mechanical), or should I purchase one with autofocus/other features? Also, should I purchase something with obsolete lenses (cheaper), or should I invest a little more and buy lenses that could be used on a DSLR in the future? My budget right now is strictly $150. I'd much prefer to spend $100 or less (used is great, I am looking on craigslist and ebay).

A few that I've looked at: Canon AE-1 and Canon T7 (with the FD lenses), Canon Elan 2 (with the EF lenses), Nikon N65 and FM10 (but the Nikons are pricier). I'm not sure which direction I should go in. I just need a good camera by late august :)

Sorry for the length, I always do that, plus it is late at night lol. Thank you all in advance!
I have a digital already, it is a P&S but a nice one that I am happy with (Olympus Stylus 7000), so I will not/cannot purchase a DSLR right now. Wayyyy too expensive. I'm just thinking about the future :) the highest I can pay is $150 for body & lens together... I am already a poor college student.

Question #19:

What's wrong with my PHP script? Trying to create script to email form.?

I watched a youtube video that helped me create this code. I followed it to a tee and for some reason it's not working. I've found this code several times, so I really want to know what's going on.

When I use the form and hit submit... this pops up on the top of the page like its not embedding the code...

Name: $nameField
Company: $companyField
Phone: $phoneField
Email: $emailField
Message: $messageField
EOD; $headers = "From: $emailField\r\n"; $headers .= "Content-type: text/html\r\n"; $success = mail($webMaster, $emailSubject, $body, $headers); /* Results rendered as HTML */ $theResults = <<


HERES THE SCRIPT....
<?php

/* Subject and Email Variables */

$emailSubject = 'Contact Form from website!';
$webMaster = 'kristinals@yahoo.com';

/* Gathering Data Variables */

$nameField = $_POST['name'];
$companyField = $_POST['company'];
$phoneField = $_POST['phone'];
$emailField = $_POST['email'];
$messageField = $_POST['message'];

$body=<<<EOD
<br><hr><br>
Name: $nameField <br>
Company: $companyField <br>
Phone: $phoneField <br>
Email: $emailField <br>
Message: $messageField <br>
EOD;

$headers = "From: $emailField\r\n";
$headers .= "Content-type: text/html\r\n";
$success = mail($webMaster, $emailSubject, $body, $headers);

/* Results rendered as HTML */

$theResults = <<<EOD
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " Click Here ;
<html xmlns=" Click Here ;
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Thank you!</title>
<style type="text/css">
<!--
body {
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #FFF;
background-color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
background-image: url(Images/Hotel-on-the-River-Backgroud.gif);
background-repeat: no-repeat;
}
.oneColElsCtr #container {
width: 46em;
margin: 0 auto;
text-align: center;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
}
.oneColElsCtr #mainContent {
padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #container table {
text-align: center;
}
.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
color: #000;
}
body,td,th {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
a:link {
color: #FFF;
}
-->
</style></head>

<body class="oneColElsCtr">
<div id="container">
<table width="790" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<th width="784" height="25" align="center" valign="top" bgcolor="#000000" scope="col"><p><img src="Images/Contact-Brush-Stroke-Accent.gif" width="785" height="35" alt="Contact" longdesc=" Click Here L Stewart Website/Images/Contact-Brush-Stroke-Accent.gif" /></p></th>
</tr>
</table>
<!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats -->
<table width="560" height="26" border="0" align="center">
<tr>
<td width="554" height="22"><p>Thank you! I will be in touch with you shortly!</p></td>
</tr>
</table>
<p> </p>
<p><a href="KristinaLStewart_HomePage.html">Return to Homepage</a><br class="clearfloat" />
</p>
<!-- end #container -->
</div>
</body>
</html>
EOD;
echo "$theResults";
?>

Question #20:

Job Application Questions..?

I got a job application today and there's a few parts I'm unsure how to answer (or if to leave blank).

1. Under "education history" for high school it wants me to list subjects studied, that is just specialty classes like welding, auto tech, graphic design etc. correct?

2. It asks for the position I am applying for, but I don't know the names of the positions (it's an app. for a car wash). Can I leave it blank?





** Powered by Yahoo Answers