answersLogoWhite

0

Tonks killing curse

lupin killing curse

Colin creevy Unknown

snape nagini

Fred Unknown curse

nagini head choped off

voldemort the killing curse rebounded

bellatrix a unknown curse most likely avada kedavra

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Who dies in Harry Potter the deathly hallos p2?

Many people do including Harry, Snape, Voldemort, either Fred or George, and many more from hogworts and Voldemorts army!


How do you get lord voldamort on Lego Harry Potter will without getting all he gold bricks?

For Wii just play a level in free play and p1 picks any character p2 picks the black Voldemort token then p2 turns off its control by reconnecting in Wii remote settings in the home menu then get out of the home menu then you will have voldemort!!!If you switch characters you you won't get him back! this works with every single character!!!


How do you caluculate the GCD of two prime numbers?

Let p1 and p2 be the two prime numbers. Because they are prime, their divisors are div(p1) = {1,p1} and div(p2) = {1,p2}. So GCD(p1,p2) = Greatest Common Divisor of p1 and p2 = p1 if p1 equals p2 1 if p1 is different from p2


How do you get to the P2 Laboratory in Pokemon White?

Go wacko and die 12 times you should get a cut scene


What is the bond order of P2?

The bond order of P2 is 2.


Can a multiple of a prime number be prime?

No. Let p1 be a prime number. Let p2 be a multiple of p1 such that p2 = p1 * k.  Then the factors of p2 are: 1, p1, k and p2. ==> p2 is not a prime number. Hence, a multiple of a prime number cannot be a prime number.


How much does a P2 cost?

A P2 costs $9.00 per user/month.


How do you Factorise p2 plus 10d plus 7?

p2+10d+7


What is the answer when you factorise p2 plus 3p?

p2 + 3p = p (p + 3)


Factor the expression p2 - 25?

p2 - 25 = (p - 5)(p + 5)


What is the molecular geometry for P2?

The only possible geometry of a diatomic molecule such as P2 is linear.


Stepper motor to rotate 90deg using 8051 Programming?

#include <reg51.h> sbit p10=P1^0; sbit p11=P1^1; sbit p12=P1^2; void delay()//Delay process { unsigned i,j,k; for(i=0;i<500;i++) {} } main() { while(1) { if(p10==0) { P2=0X01;//Inversion of control //0011 delay(); P2=0X02;//0110 delay(); P2=0X04;//1100 delay(); P2=0X08;//1001 delay(); } if(p11==0) { P2=0X08;//Control is transferred delay(); P2=0X04; delay(); P2=0X02; delay(); P2=0X01; delay(); } if(p12==0) { P2=0X00; delay(); } } }