(1/3) Y2+12=5x Where X=3?


Answer:
(1/3) Y2+12=5x  at x = 3

(1/3) Y2+12=5x

multiply by three on both sides

3* (1/3) Y2+12*3=5x* 3

Y2 + 36 = 15x

y2 = 15x - 36

Put x = 3

y2 = 15*3 - 36

y2 = 45 - 36

y2 = 91/2

y = 3

So, the value of y at x = 3 is 3.

Resolved Questions:
I Have 18 Red And 7 Blue Lollies In A Bag What's The % Of Blue?
In your bag you have a total fo 25 lollies therefore respectively lollie is 4% ( 100 divided by 25 ) therefore 7 lollies are 28% ( 7x4 )

Can You Help? You Have 3 Red Cards,2 Blues, 2 Whites And 1green.
How many times you will pick up each color if you pick a card from the bag 32 times,and respectively time a card is picked it's returned to the bag Please don't laugh at me if I'm wrong lol I've been...

What is DynaAction class and what is its use and how ?
Dynaaction class is a sub class of actionform class.If we use a general forms class we have to write all property name,their setter and getter methods. By using dynaaction we can get rid of this and can provide all in the configuration files.