answersLogoWhite

0


Best Answer

variable

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: The letter p in the symbol 4p indicates the?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Basic Math

How do you write 9 less than 4 times a number p is greater than 15?

4p - 9 > 15


What is the first step to use in detecting data type mismatch errors?

Better if you use javascript or another scripting language to analyse what is sent to the server in the first place. Most of the browsers support javascript.Suppose there is an input type of text of the simple html formName:Age : // The button below makes sure that client side validation is done otherwise it doesn't send data to servers // Here the "return checkData()" forces the client-side validation to occur before sending it to serverfunction checkData(){var char = /^[a-zA-Z]+$/;var num= /^[0-9]+$/;var name = document.getElementById("name");var age = document.getElementById("age");if(name.value==""name.value.match(num)){alert("Namespace cannot contain numericals!!");return false;}else if(age.value==""age.value.match(char)){alert("Age cannot be empty or contain characters!!");return false;}else{form1.form.submit();return true;}}// The neat little code tells if javascript is enabled/disabled in browserYour browser doesn't support javascriptMost of things would be easy this way but alas things aren't so easy. You also need to validate data on the server side using echo statements & control loops before finally posting data in mysql table


What is the first step the use in detecting data type mismatch errors?

Better if you use javascript or another scripting language to analyse what is sent to the server in the first place. Most of the browsers support javascript.Suppose there is an input type of text of the simple html formName:Age : // The button below makes sure that client side validation is done otherwise it doesn't send data to servers // Here the "return checkData()" forces the client-side validation to occur before sending it to serverfunction checkData(){var char = /^[a-zA-Z]+$/;var num= /^[0-9]+$/;var name = document.getElementById("name");var age = document.getElementById("age");if(name.value==""name.value.match(num)){alert("Namespace cannot contain numericals!!");return false;}else if(age.value==""age.value.match(char)){alert("Age cannot be empty or contain characters!!");return false;}else{form1.form.submit();return true;}}// The neat little code tells if javascript is enabled/disabled in browserYour browser doesn't support javascriptMost of things would be easy this way but alas things aren't so easy. You also need to validate data on the server side using echo statements & control loops before finally posting data in mysql table


If p is 50 of q then what percent of p is q?

If p = 50 of q then q is 2% of p.


How can I how that for any prime number p square root of p is an irrational number?

Suppose not. Let p be prime and n = Sqrt[p]. Since p is an integer, if n is rational, then n is also an integer. So we have n.n = p. But since p is prime, only 1 and p divide p. -><- therefore n must not be rational