answersLogoWhite

0

It is a linear equation in two unknown variables, y and c. One linear equation in two unknowns cannot be solved, it can only be arranged so that one or the other variable is the subject of the equation. However, that requires you to identify which variable is to be made the subject of the equation.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you find x 2 sqrt x divided by c equals y?

To solve the equation ( \frac{2 \sqrt{x}}{c} = y ) for ( x ), first multiply both sides by ( c ) to isolate the square root term: ( 2 \sqrt{x} = yc ). Then, divide both sides by 2: ( \sqrt{x} = \frac{yc}{2} ). Finally, square both sides to solve for ( x ): ( x = \left(\frac{yc}{2}\right)^2 ).


What does yc mean?

if your talking about the rapper yc it Yung Chris


Where is YC Alberta currently held?

YC Alberta is currently held in Edmonton, Alberta, Canada


Is hawk nelson coming to YC Alberta 2010?

No, hawk nelson is currebtly not coming to YC Alberta 2010.


What race is YC?

African-American


What is a YC-02 in the federal government?

Supervisor / Manager (YC) 2009 Low Estimate: 2.4 percent increase Pay Band 2: $58,518 - $113,346 2009 High Estimate: 3.4 percent increase Pay Band 2: $59,089 - $114,454 http://www.govcentral.com/benefits/articles/2413?page=2


What is the GS equivalent of a YC-02?

12


What is yc's real name?

Christopher Miller


What is the Advantages of bresenham's circle drawing algorithm?

Let (xc,yc) be the centre of the circle Let r be the radius of the circle Let d be 3-2*r (d for decision) Let x be 0 Let y be r Repeat while x is less than y: Increment x If d is less than zero Let d be d + ( 4 * x ) + 6 Else Decrement y Let d be d + (( x - y ) * 4 ) + 10 End if Plot 8 points: ( xc+x, yc+y ) ( xc-x, yc+y ) ( xc+x, yc-y ) ( xc-x, yc-y ) ( xc+y, yc+x ) ( xc-y, yc+x ) ( xc+y, yc-x ) ( xc-y, yc-x ) End repeat


Write a C Program to draw concentric circles using mid-point algorithm?

#include#include#includevoid main(){int gd=DETECT,gm=4,i;initgraph(&gd,&gm,"c:\\tc\\bgi");setcolor(3);for(i=0;i


Does 2 equals 2 equals 5?

No.


How do you calculate the centroid of a triangle?

If the coordinates of the three vertices are (xa, ya), xb, yb) and (xc, yc) then the coordinates of the centroid are [(xa+xb+xc)/3, (ya+yb+yc)/3].