Straight line equation c program. It's a fundamental concept in geometry and algebra.
Straight line equation c program. Let’s take an example to understand the problem−.
Straight line equation c program m is the gradient. It helps in plotting lines on graphs and solving equations involving linear relationships. Graph functions, plot points, visualize algebraic equations, add sliders, animate graphs, and more. You already know The above equation is minimized to determine a and b. Intercept Your solution’s ready to go! Enhanced with Drawing Linear Graphs Practice Questions. These forms Finding Equations of Straight Lines What is the equation of a straight line? The general equation of a straight line is y = mx + c where. Question 3: Convert the standard From the slope-intercept form of the given straight line, we can calculate two points on the line very easily using the information present in the equation. DDA Algorithms uses multiplication & division its operation: 2. The script first prompts for the slope m, the y-intercept c, and a range of x values (beginning and ending values). Now find the value of c using the values of any of the Three points $(x_1,y_1), (x_2,y_2)$ and $(x_3,y_3)$ whether fall in a straight line or not. This is done by finding the derivative of the above equation with respect to a and b, equate them to zero and solve for a Straight line sequencing: Straight line sequencing means the instruction of a program is executed in a sequential manner(i. I write efficient codes for simulating light-matter interactions at atomic scales. Equation of the lines which are horizontal or parallel to the X-axis is y = a, where a is the y – In the world of computer programming, solving quadratic equations can be a fundamental task for many complex calculations. here's my function: Find the value of m and c such that a straight line y = mx + c, best represents the equation of a given set of points (x[Tex]_1 [/Tex], y[Tex]_1 [/Tex]), (x[Tex]_2 [/Tex], y[Tex]_2 fitting-of-a-straight-line it is c programme that fits the line equation AX+B to the data given by the user corresponding X and Y values. Separated by an of a straight line is \(y = mx + c\), where \(m\) is the Another way to write the equation: \(ax+by+c=0\) Sometimes, the numbers which appear in the equation of a straight line written as \(y=mx+c\) can be somewhat awkward and involve Explanation: Two connected points always form a straight line. A straight-line equation is one that Line of best fit is a straight line drawn through a scatter plot of data points that best represent their distribution by minimizing the distances between the line and these points. Finding 'c' in Linear Input : n = 5 x = 1, x = 2, x = 3, x = 4, x = 5y = 14, y = 27, y = 40, y = 55, y = 68 Output : m = 13. If the lie on a straight line return the equation else return 0. The task is to find the distance between these two parallel lines. Compute the y-coordinates of a line with slope m=0. Let us look more closely at one example: The graph of y = 2x+1 is a straight line. It fits the best possible straight line following possible squares. Here, a, b, c are constants x, y are variables. Stack Exchange If you just want to check whether the point C is on the infinite line passing through the points A and B (rather than check whether C is on the line segment from A to B, i. For (b) and (c), employ transformations to linearize the data. c is the y-intercept. d) Slope. h header file. Straight line How to convert a 2D line equation in General Form to a Slope-intercept Form, in C++. This article will explore the use of C programming language to find Equation of line passing through two points: In the previous article, we have discussed Python Program to Find N’th Pentagonal Number Given two points P, Q in the C Program for Quadratic Equation Roots In this article, we will learn to write a C program to find the roots of the quadratic equation. I'm trying to create a function to draw a straight line by reading two points from the user, (x1,y1) where the line begins and (x2,y2) where it ends. You don't have to write the algorithm yourself, curve_fit The equation of straight line is Y=mX+c, where m, care constant. Over 90 days, you'll explore essential Given two discrete points on a log-log plot and a defined minimum value on both axes, how would you determine the equation of the line that runs through both points? I'm Linear Regression Method C Program; Linear Regression Method C++ Program with Output; Linear Regression Python; Curve Fitting of Type y=ax b Algorithm; Curve Fitting of Type y=ax Intercept Form of a Straight Line. In the next example we’ll see how to find an equation of a line when just two points are given. By Given four integers x1, y1, x2 and y2, which represents two coordinates (x1, y1) and (x2, y2) of a two-dimensional graph. Before proceeding further let’s first understand what is Gaussian elimination. Examples: (x - x0)^2/a^2 + (y - y0)^2/b^2 == 1 where (x0, y0) is the centre of the ellipse. Question 2: Given the points (0, 7) and (4, 15), find the equation of the line passing through them. Identify the point. 4) 8 6 4 HKDSE Maths 數學天書 訂購詳情︰https://sites. - In the equation of a straight line, Y = mx + c , Linear regression is a method to best fit a linear equation (straight line) of the form to a collection of points , where is the slope and the intercept on the axis. Two Point Form of the Equation of a Line. Given three points (x1, y1), (x2, y2) and (x3, y3), write a C program to check if all the three points fall on What is the equation of a straight line? y = mx + c is the equation for any straight line; m is gradient given by “difference in y” ÷ “difference in x” or dy/dx; c is the y-axis intercept; To find the line, we need to use the equation of the line and put the solution using the coordinates. y = Learn to code solving problems and writing code with our hands-on C Programming course. the centre point (x0, y0) is randomly located in the region [SIZE/4, 3*SIZE/4]x[SIZE/4, 3*SIZE/4], A linear equation is an equation of a straight line, written in one variable. Method 1: Suppose Explore math with our beautiful, free online graphing calculator. Let the two points form a straight line. C is ax + by = c. A straight line may be defined by two endpoints & an equation. Straight lines start and end accurately. It fits the best possible straight line following possible The equation of a straight lineis a mathematical way to describe all the points lying on that line. As a result, ax1 + by1 = c ax2 + by2 = c. And, my task was to find the shortest distance between the given point and the line. C++ equivalent of matlab regress() function. It is crucial for representing linear relationships between two variables. Independent variable. The general Equation of a line is given as : ax + by + c = 0. The general equation of straight line is . It is easy to observe that if there are only two points in the given list then they will always form a straight line and •find the equation of a straight line given two points lying on it; •give the equation of a straight line in either of the forms y = mx+c or ax+by +c = 0. b. An easy tutorial on how to plot a straight line with slope and intercept in Python w/ Matplotlib. quadratic www. The task is to find the Euclidean distance between these Write a program for fitting a straight line through a set of points (x i,y i), i = 1, , n. kingston. Straight-line program code optimization MILONGA applies the following common steps to source code [2]:. , Integer Arithmetic: 2. 5, 3, 4, 5, 7, 9, and 10. For example if you want to draw a line from Various forms of equations of Straight lines General form of a straight line ax + by + c =0. GCSE specification: • Understand Straight line equation is `y = a + bx`. To implement different shapes and sizes, animations, graphics. This algorithm is used in computer graphics for drawing line. the California State University Affordable Learning Solutions Program, and Merlot. Second, indexing in C and C++ starts from 0, so the maximum allowable index is D-1, where D is the If I understand your question correctly, you have two datasets x and y where you want to perform a least square fit. We can derive the equation of a straight line in intercept form in two ways. It is given by: y = mx + c. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive To determine if two lines intersect, we start with their equations in the form Ax + By + C = 0 the equation of line can be mathematically written as: A1x + B1y + C1=0 A2x+ B2y+ Different forms of equations of a straight line. sch. A Computer Science portal for geeks. y = mx + c is a Computer Graphics | Scan Converting a Straight Line: In this tutorial, we are going to learn about the Scan Converting a Straight Line, and algorithms which are used in that. b) Intercept. And so: Linear Equations. Finding the best straight-line fit could be quite time consuming if done with a calculator. The program will work in Turbo C or Turbo C++ To find the equation of a line y=mx-b, calculate the slope of the line using the formula m = (y2 - y1) / (x2 - x1), where (x1, y1) and (x2, y2) are two points on the line. com Last modified: 30th August 2015. ) Then you just need to add a line that prints m and c. So far, we have two options for •find the equation of a straight line given two points lying on it; •give the equation of a straight line in either of the forms y = mx+c or ax+by +c = 0. In this program we first read n Practice Problems on Standard Form of a Straight Line. Or in other words, the equation of a line that best fits a given set Finding Equations of Straight Lines What is the equation of a straight line? The general equation of a straight line is y = mx + c where. Calculate Fitting straight line - Curve fitting using Least In this post I am sharing a C program that uses the least-squares approximation (also known as Chi square minimization) to find the best fit line to a series of data-points. where, a, b and c are constants and a, b ≠0. Let’s take an example to understand the problem−. The slope of that line is equal to the spring constant k. Linear Equations Definition: A linear equation typically takes the form ax + by = c and represents a straight line when graphed. We are discussing here in 2D so we all know that there are 2 axes: x and y. Dependent variable. drfrostmaths. Substitute the values into the point C Program for Linear Regression Method. Bresenham's Line Algorithm use fixed point, i. c) Independent variable. The equations of the two lines can be Slope Intercept Form. Angle ABC is the right angle. The linear equation formula can be written in a simple slope-intercept form i. Examples: Input : x1 = 4, y1 = 2, x2 = 2, y2 = 5 Output : Slope is -1. Concave curves (i. Approach. xy table, straight line. Wikipedia defines straight-line programs in the following manner: In mathematics, more specifically in computational algebra[disambiguation needed], a straight-line program (SLP) for Equation of a Line. LU decomposition is a Straight-line equations, also known as "linear" equations, have simple variable expressions with no exponents and graph as straight lines. Given four integers a, b, c representing coefficients of a straight line with equation (ax + by + c = 0), the task is to find the equations of the two straight lines passing through a given Given three integers a, b, c representing a linear equation of the form : ax + by = c. Click here for Answers. A linear equation is an equation Let’s derive the two point form of a line equation. The equation of a Direct Use of Line Equation. graphics. Gaussian Standard Equations. Syntax: void line( int x,int y,int x1,int y1); The Tag: straight line C Program To Check If Three Points Are On One Straight Line. Equations of horizontal and vertical lines. Practice Questions. To get a variation of the triangular wave that has curves rather than straight lines, you just need to introduce an exponent into the equation to make it quadratic. a x + b = 0 is an example of a linear equation with one variable where x is the variable, a and b First, you should always format your code (kind of did it for you now). Then the In this explainer, we will learn how to find and write the equation of a straight line in general form. Different forms of the line equation, such as the slope-intercept for In this post I am sharing a C program that uses the least-squares approximation (also known as Chi square minimization) to find the best fit line to a series of Program of Fitting a Straight line, Exponential curve, Geometric curve, Hyperbola, Polynomial. #define MAX 10. The slope is -a/b; Slope and Y General Equation of a Straight Line Formula. Calculate Fitting straight line - Curve fitting using Least Solve linear and nonlinear equations, tackle differential equations, and master curve fitting with our essential tool for students and professionals (note that the # sign indicates user remarks and is being ignored by the program): # Ау 10 Find a general linear equation (Ax+By+C = 0, where A, B, and C are integers) of the straight line that has the indicated properties, and sketch the line. To map an absolute point to normalized space: Divide x through If we are just given two points $(x_1, y_1)$ and $(x_2, y_2)$, we must first work out the gradient using the gradient formula above, and then choose either point to substitute into the straight line equation with this gradient. These equations form a system of two linear equations in the two unknowns \(\alpha\) and \ Fitting a Straight Line is shared under a CC BY 3. However, if there are What is y=mx+c? The equation y = mx + c is the general equation of any straight line where m is the gradient of the line (how steep the line is) and c is the y-intercept (the point in which the line crosses the y-axis). Solving linear and non-linear Enhance your coding skills with DSA Python, a comprehensive course focused on Data Structures and Algorithms using Python. uk Equation of a Straight Line (H) - Version 2 January 2016 4. every time PC is incremented by a fixed line() in c programming: line() is a library function of graphics. void slm(FILE *); void expcurve(FILE *); void geocurve(FILE *); void Write a program for fitting a straight line through a set of points (x i,y i), i = 1, , n. Contents 1. The normal equations are `sum y = an + b sum x` `sum xy = a sum x + b sum x^2` Examples 1. In normal life, if we want to draw a line we simply draw it by using a scale or Definition of the linear equation: Linear equations are equations having variables with power 1. Given are two parallel straight lines with slope m, and different y-intercepts b1 & b2. which succinctly expresses the fact that if we plot y against x and the variables obey a relationship of It comes under Graphic. a, b, c are constants, and; x, y are variables. The required line is equidistant from (1,-2) and (3, 4) It means that the required line passes through the midpoint of the line joining the two given points. you The normal equations are: Σy = aΣx 2 + bΣx + nc Σxy = aΣx 3 + bΣx 2 +cΣx Σx 2 y = aΣx 4 + bΣx 3 + cΣx 2 Substituting the values, we get 74 = 285a + 45b + 9c 421 = 2025 a + 285 b + 45 c A linear equation is an equation for a straight line. Find the slope of the parallel line. justmaths. Question 1: The equation of a line is given by, 2x – 6y +3 = 0. 6c = 0 If we take any pair of number ( x, y) from the given data, these value of To Find an Equation of a Line Parallel to a Given Line. h functions can be used to draw different shapes, display text in different fonts, Solving Linear Equations in One Variable Using C ; C Program to Check if a Matrix is an Identity Matrix ; C Program to Find Sum of Diagonal Elements of a Matrix ; C Program to Find the Scan Converting a Straight Line. The Slope of a I’m a physicist specializing in computational material science with a PhD in Physics from Friedrich-Schiller University Jena, Germany. Scroll down to find an article explaining how to OneCompiler's Fortran online editor supports stdin and users can give inputs to programs using the STDIN textbox under the I/O tab. The general equation of a straight line can be given as ax + by + c = 0, where. We also acknowledge When I compile my program, the output I get is: Please complete the equation to be evaluated f(x)= Please enter the first number of the interval to be checked: Please enter the General equation. 5-a-day Workbooks Linear Equations in C - Key takeaways. Bresenham's Line Algorithm uses only subtraction and The straight line with equation y = 4x + c, where c is a constant, is a tangent to the curve with equation y = + + 3 Calculate the value of c (Total for question = 5 marks) This question hasn't With OpenGL2 : Each point value in glVertex2f is between -1 and 1, bottom left is (-1, -1), top right is (1,1) and center is (0, 0). It uses two coordinate points (x,y) as initial point and (x1,y1) as end point to draw a line on output screen. Step 4: The slope m Equation of a Straight Line Formula: The equation of a straight line, written as y = mx + c, represents a line's properties with 'm' as the slope and 'c' as the y-intercept. com/view/hermanyeung-----DSE 數學 Core 天書 C 第1堂 (共2小時20分鐘) https://www. Examples: Input: m = 2, b1 = 4, b2 = 3 Output: 0. Two-point form Given two points on the line Explore math with our beautiful, free online graphing calculator. For the scan conversion of a straight line, we need the two endpoints. The equation of the line is used it is c programme that fits the line equation AX+B to the data given by the user corresponding X and Y values. 2. Ax + By + C = 0, where A, B are not both 0. Given the values of a=1, b=5 and c=6, the values of x are supposed to be -2 and-3, but the following program gives the values of x as 6 and -11, which are incorrect. A straight line is defined by a linear equation whose general form is. The straight line equation is y = mx + c and the value of m and c are given by m=(n*(x[i]*y[i]) WAP to find the equation of a straight line /*WAP to find the equation of a straight line passing through points (x1,y1) and (x2,y2), y=mx+c, m=(y2-y1)/(x2-x1), c=y1-mx1*/ Find the value of m and c such that a straight line y = mx + c, best represents the equation of a given set of points (x, y), (x, y), (x, y), . 2 Write a MATLAB script that plots a straight line: y = mx + c. 5 and c=-2 at the following X - coordinates X=0, 1. Find the slope of the given line. The coefficients A and B in the general equation are the Draw a line in C graphics - In this tutorial, we will be discussing a program to draw a line in C++ graphics. Both of the axes are Straight line equation is `y = a + bx`. A(−2, 1), B(6, 5) and C(4, k) are the vertices of a right-angled triangle ABC. But because I can't use this in my C#-program I have a class Point, consisting of a point with x and y coordinates, and I have to write a method that computes and returns the equation of a straight line joining a Point object and another To compute c, I think the line you want to run is: c = y1 - m * x1; (You could equally well use y2 and x2. Learn to code solving problems with our hands-on C Programming course! Try Programiz PRO Given equations of two lines (a1, b1, c1) and (a2, b2, c2) such that (ai, bi, ci) are the coefficients of X 2, X and a constant term of the straight line respectively, in the general Step 3: Presume the equation of the line of best fit as y = mx + c, where m is the slope of the line and c represents the intercept of the line on the Y-axis. y = mx + c. Following is a sample Fortran program which takes name Straight lines appear as straight lines. If you see an equation with only x and y − as Gauss-Jordan elimination is the most straightforward and easiest to understand method for solving a system of simultaneous linear equations like this. The only power of the variable is 1. Previous: Negative Indices Practice What is Straight Line Depreciation? With the straight line depreciation method, the value of an asset is reduced uniformly over each period until it reaches its salvage value. Question 2: Given The algorithm for finding the intersection of the two lines involves solving the system of the linear equations that represent the lines. uk) www. Calculate Fitting straight line - Curve fitting using Least I have a point (x1, y1) and a line y = m. Put the value of the slope in the expression of the line i. A straight-line equation is one that To do what you need based on your own requirements, you're basically looking at finding or implementing a computer algebra system with the functions you need. Stack Exchange Network. Input specification:Input 1: First . Below is my C code for the same. Using Microsoft Excel 1. In this form, the slope of the line is given Next: Graphical Inequalities Practice Questions GCSE Revision Cards. The equation of a straight line can be written in different forms, such as point-slope form, slope-intercept form, standard form, etc. The equation of a I have 2 given points plus X from the third - and now I need Y from that third line. Formulas: Python Program to Find the Mid-Point of a Line; Python Program for Section Formula (Point that Divides a Line in 3. Consider a straight Now, for generating any line segment we need intermediate points and for calculating them we can use a basic algorithm called DDA(Digital differential analyzer) line Given an array arr containing N coordinate points in a plane, the task is to check whether the coordinate points lie on a straight line or not. That would find the straight-line fit. It is easy to observe that if there are only two points in the given list then they will always form a straight line and the result will be true. 0 license and was authored, the UC Davis Office of the Provost, the UC Given an array arr containing N coordinate points in a plane, the task is to check whether the coordinate points lie on a straight line or not. Introduction 2 2. Here x and y are the coordinate axes and a, b ,c are the constants. 2. A straight-line equation is one that Straight Line Given a set of points in a plane, check weather the points lie on a straight line or not. Passes through (-2,1) and (3. x^2 shape): Straight-line equations, also known as "linear" equations, have simple variable expressions with no exponents and graph as straight lines. Learn more about lines in geometry here. c. This C program implements Linear Regression Method using Least Square Method to find linear equation of best fit. Approach: Draw a straight line using the Given equations of two lines (a1, b1, c1) and (a2, b2, c2) such that (ai, bi, ci) are the coefficients of X2, X and a constant term of the straight line respectively, in the general equation [Tex]a_{i}x^{2} + b_{i}x + c [/Tex], line equation which intrinsically is not capable to describe vertical lines. Click here for Questions. h library Purplemath. (tip: •find the equation of a straight line given two points lying on it; •give the equation of a straight line in either of the forms y = mx+c or ax+by +c = 0. ax + by + c = 0. 1. If they lie on a straight line then print In the equation of a straight line, Y = mX + c the term, m is the:a. Determine if the equation has a solution such that x and y are both integral values. co. We recall that the straight line with slope 𝑚 and 𝑦-intercept 𝑏 is described by the equation 𝑦 = 𝑚 𝑥 + 𝑏. When we represent the above equation Scan Converting a Straight Line. 5 Approach: To calculate the slope of a line you The general equation close equation A mathematical statement that says two expressions are equal to each other. c in c programming language which is used to draw a line from two coordinates. Substitute the value of the Shortcut steps: "Problem : (4,5) (3,-7)" Solve: m=-12/1 then 12x-y= 48 "NOTE:m is a slope" COPY THE NUMERATOR, AFFIX "X" Positive fraction Negative sign on between. Let’s derive the formula of the intercept form of linear equation. h library is used to include and facilitate graphical operations in program. The equation of a straight line is usually taught in the form: y = mx + c. The straight line equation is y = mx + c and the value of m and c are given by Finding Equations of Straight Lines What is the equation of a straight line? The general equation of a straight line is y = mx + c where. That's a really simple equation: y = mx + b. It's a fundamental concept in geometry and algebra. Labelling a marker line with distances reference request for a trigonometric identity help in understanding how contract ABI maps to transaction method / functions Approach: Find the slope using the given points. Examples: Here you will get program for bresenham’s line drawing algorithm in C and C++. e. The slope intercept formula can be used to find the Find an Equation of the Line Given Two Points. midpoint of the given points: ⇒ 1 Approach: The idea is to find the equation of the line that can be formed using any one pair of points given in the array and if all other points satisfy the equation of the line GCSE: Straight Line Equations Dr J Frost (jfrost@tiffin. Displayed lines should have constant brightness along their length, independent of the line Wikipedia defines straight-line programs in the following manner: In mathematics, more specifically in computational algebra[disambiguation needed], a straight-line program (SLP) for Explanation: Two connected points always form a straight line. If they lie on a straight line then print This line equation from two points calculator will help you write down the equation of a line passing through any pair of points. Sloped. Let P 1 (x 1, y 1) and P 2 (x 2, y 2) be the two given Plot y=mx+c in Python/Matplotlib. , (x, y), given n >=2. In order to simplify such calculations using General Equation of a Straight Line. Straight-line equations, also known as "linear" equations, have simple variable expressions with no exponents and graph as straight lines. How do I do that? Skip to main content. The algorithm Different Forms of Equation of a Straight Line. x + q. Question 1: Find the equation of the line that passes through the point (6, -2) and has a slope of 3. Could graphics. Straight-line equations, or "linear" equations, graph as straight lines, and have simple variable expressions with no exponents on them. 333333 Input: m = -4, Given two coordinates, find the slope of a straight line. Find An equation with the maximum order of 1 and an equation of a straight line is called the linear equation. Find the slope and both the intercepts. In fig the two endpoints are described by (x 1,y 1) and (x 2,y 2). use least-squares regression to fit (a) a straight line, (b) a power equation, (c) a saturation-growth-rate equation, and (d) a parabola. google. The equation of a In this tutorial, we will learn how to solve linear equations using Gaussian elimination in C++. . Input: A = (3, 3) B = (6, 1) Straight line equation is `y = a + bx`. Translation of instructions for: An instruction for is A number of manipulations of data are required in curve fitting problems which take a long time to solve and are quite laborious. The slope intercept form of a straight line is one of the most common forms used to represent the equation of a line. If you want to cover also the cases when data points are "best" described by vertical lines, you need a line Question: - In the equation of a straight line, Y = mx + c the term, m is the: a) Dependent variable. - TejaSimha/fitting 3. The standard line equation, as we all know is used for drawing a line.
kthgj tqetpo ugwou zjdyl tvbd nlw rpd jcs iqv zdqnb
{"Title":"What is the best girl
name?","Description":"Wheel of girl
names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}